Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Tools for debug store procedure

Author  Topic 

yhchan2005
Starting Member

26 Posts

Posted - 2010-09-13 : 02:41:09

Hi,

i am looking for some tools which can debug the store procedure which similiar to debug program source code. i am not using visual studio and would like to know whether any 3rd party tools to do it.

thanks.

CSears
Starting Member

39 Posts

Posted - 2010-09-13 : 13:37:55
what kind of debugging are you talking about? Most times using print statements or select statements when running the SPs from the query wizard are enough to properly debug them.
Go to Top of Page
   

- Advertisement -