December 2001
Intermediate to advanced
800 pages
17h 55m
English
The best tool for debugging Transact-SQL stored procedures comes right in the SQL Server box. Query Analyzer now includes a full-featured stored procedure debugger. You can set breakpoints, establish watches, and generally do what debuggers are designed to do—debug code. You can debug procedures from the current version of SQL Server back through SQL Server 6.5 Service Pack 2.
The interface by which this occurs is known as the SQL Server Debug Interface, or SDI for short. It was originally introduced with SQL Server 6.5 and has since been completely integrated with Visual Studio and, now, Query Analyzer.
You should run SQL Server under a user account, not the LocalSystem account, when debugging. Running under ...
Read now
Unlock full access