Skip to content

taddison/SQLSpelunker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLSpelunker

Spelunk your MSSQL code.

Supports visualising the call tree of one/more stored procedures.

Usage

Command line usage requires two arguments:

  • Connstr - Connection string (must specify database/initial catalog)
  • Script - SQL script to parse
c:\...\SQLSpelunker.Console>dotnet run --c "server=localhost;integrated security=sspi" --s "exec dbo.SomeProc"