June 7, 2010 at 4:00 pm
I have a windows app that was developed in Visual Studio 2008 and that is connected to a SQL Server 2008 database. The app passes values to parameters of a stored procedure in that database and runs the stored procedure with those values. Something is wrong in that pass. When I I need to step into and see the values of parameters in a stored procedure as it is called from a vs 2008 Windows app.
I have read several articles that describe this in detail; yet, for every one of them either I didn't have a menu option they claimed existed, a screen wasn't as they described, or it was something else. Can anyone tell me how to do this? Thanks.
June 7, 2010 at 5:00 pm
There is a lot of information about SQL Server Profiler in Books Online. Just look up 'profiler' in the index.
Profiler will allow you to set up a trace, by which means you will be able to determine exactly what SQL Server is getting passed from your app.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply