I have a stored proc that has several parameters. (using SQL server)
i call this proc and add the parameters etc and execute it etc
the problem is that how can i see the string that is being passed to the db? eg the calling command?
cheers
![]() |
0 |
![]() |
Use the SQL Profiler. You can set it to monitor, and set filters as to what gets monitored. You can save the output in a file or a database as well.
Starting with ASP.NET 2.0? Look at:
Programming Microsoft Web Forms
My Blog
![]() |
0 |
![]() |
hi douglas.reilly
i did think of that, i was woundering if there a way of viewing it in the debug enviroment of visual studio
![]() |
0 |
![]() |