Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stored procedure debug

Status
Not open for further replies.

toryee

Technical User
Aug 14, 2003
23
US
Hi,
I have a stored procedure in Microsoft sql server, and it is called from Microsoft Access VBA code. Is there a way to step through the stored procedure and check of the result returned by the each sql statement? I have Microsoft SQL Server Enterprise Manager 8.0 and SQL Query Analyzer 8.0.
Thanks for any help.


 
In Query Analyzer's Object browser, expand the database, stored procedures, and right click on the stored procedure you wish to debug. select "debug..." from the pop-up menu.


sbphelps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top