how do debugging in sql server 2008???
How do debugging in sql sever, if i wanna to check value in store proc after each query???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Oct 8, 2013, 9:43 AM
Please refer
http://msdn.microsoft.com/en-us/library/hh272701(v=vs.103).aspx
hope this will help you.
Sanjeeb LenkaPosted Oct 8, 2013, 6:12 AM
http://www.keepitsimpleandfast.com/2009/06/how-to-debug-your-sql-server-query.html
http://msdn.microsoft.com/en-us/library/yet1b7by%28VS.80%29.aspx
venkata kumarPosted Oct 8, 2013, 5:55 AM
you can try like the fallowing
exec procedurename 'parameter1','parameter2'.............