Skip to content
View arvindshmicrosoft's full-sized avatar

Organizations

@apache @microsoft

Block or report arvindshmicrosoft

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. microsoft/SQLCallStackResolver microsoft/SQLCallStackResolver Public

    A sample tool for users of Microsoft SQL Server to aid in troubleshooting otherwise difficult to diagnose issues. Provided AS-IS - see SUPPORT.md.

    C# 51 11

  2. SQLScriptDomSamples SQLScriptDomSamples Public

    Samples showing how to use Microsoft.SqlServer.TransactSql.ScriptDom classes

    C# 66 17

  3. YelpDatasetSQL YelpDatasetSQL Public

    Working with the Yelp Dataset in Azure SQL and SQL Server

    TSQL 17 9

  4. Demos for Arvind Shyamsundar's SQL G... Demos for Arvind Shyamsundar's SQL Graph session at Future Data Driven 2022
    1
    drop table if exists n;
    2
    go
    3
    
                  
    4
    -- create a NODE table containing the various "dots"
    5
    CREATE TABLE n (
  5. microsoft/SQLCallStackResolver.Graphs microsoft/SQLCallStackResolver.Graphs Public

    Sample code to generate and work with function call graphs, based on call stacks as input. Provided AS-IS - see SUPPORT.md.

    Python 8 1