i use VS2008 and SQLServer 2005.
How can i debug a sql-statement, that includes parameters like this ?
|
so, how can i see the statement, that will be sent to the sql-server ?
bye jogi
|
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.
vivek kulkarniPosted Jun 18, 2009, 10:41 AM
Please use the Sql Server Profiler.
Thank you,