I am building an asp site, which invokes stored procs on SQL Server. Is there a way to track from SQL Server the values of the parameters recieved by a stored procedure? (I have a parameter which seems not pass correctly)
Thanks, but I need something else - checking from within SQL Server the value of parameters passed to the sproc from outside (in this case, from an asp page). Is there some kind of a biult-in monitor for things like that?
I have already checked the values on the asp side and they are ok. And when I execute the sproc directly from Query Analyzer with the correct values it also seems ok. So I wanted to trap what is beeing passed. I'll try the table sugestion.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.