Monday, March 19, 2012

[sql server 2005] - debug a stored procedure

hello world,

how cani debug a stored procedure under sql server 2005?

I usually sprinkle PRINT statements before and after some logical operation to know whats happening in different sections. You can also check for @.@.ERROR after every T-SQL.|||If you are working with vs studio take a look at :How to debug stored procedures in Visual Studio .NET

No comments:

Post a Comment