Spelunk your MSSQL code.
Supports visualising the call tree of one/more stored procedures.
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"