Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging Stored Procedure
Message
From
05/10/2012 11:23:08
John Baird
Coatesville, Pennsylvania, United States
 
 
To
05/10/2012 11:14:12
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01554375
Message ID:
01554395
Views:
65
>Thank you. I will ready and learn what the article says. But in my case I need to "debug" not from VS but running in production. This is why I thought that creating some "crumbs" files would be possible.
>
>Can't you debug the app and get the values at a specific point in time and them debug the SP by feeding those values into it?

You can use the SQL profiler to intercept the call and see exactly what's being passed to the sp call. Then you can feed those exact values to the sp and see what is going on..
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform