Debugging Stored Procedures and UDFs in SQL Server 2000

decipherinfosys.wordpress.com — You would always have a need to debug your stored procedures (and functions even though debugging functions directly is not supported by the T-SQL Debugger in SQL Server 2000). SQL Server 2000 (Query Analyzer) comes equipped with a T-SQL debugger that allows you to control and monitor the execution of stored procedures. If you do need to debug... Mar 24, 2007 View in Crawl 4