Link to home
Start Free TrialLog in
Avatar of paulmcneil
paulmcneilFlag for United States of America

asked on

Step Through Stored Procedure

I use the following sql in an MS Access 2003 pass-through query to run a SQL Server 2008 stored procedure:

[dbo].[sp_PS_Load_tblDiscrepanciesLevel123Tmp] 52,'pgLevel123',36

Is there a way to step through the sp code so I can debug it?
ASKER CERTIFIED SOLUTION
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also, the above requires doing it in SQL Server.  It is not possible in Access to open up a SQL Server SP, let alone troubleshoot it.
Thanks for the grade.  Good luck with your project.  -Jim

btw This gives me an idea ... perhaps I should write an article in EE about SQL Server SP troubleshooting tips.  If I do I'll post you a link.