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!

How to troubleshoot stored procs? 1

Status
Not open for further replies.

hapax

Programmer
Nov 10, 2006
105
US
I'm a junior web developer. I need tips on how to troubleshoot stored procedures.

As far as I know, you can't step through the execution of a stored proc, the way you could C# or VB code.
 
You can debug a stored procedure
have a look at


Alternatively some people like to use print statements or SELECT statements to return bit parts of the proc as and when it runs to see whats going on.



"I'm living so far beyond my income that we may almost be said to be living apart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top