Hi,
I’d like to debug a stored procedure that is on the sql server but is executed from Access. The stored procedure also uses the parameters passed in from Access. How do I step it at run time? What’s the best way to do so?
Thanks.
It's a stored procedure and thus executed as a whole.
Perhaps you should try to change the sp to give back the values it's using and processing so you can see if they're ok.
Use the Query Analyzer for executing and give the params to the sp by hand, the messages from QA are often better than the pop-up errors from Access..
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.