Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 398 Bytes

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"