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 2000 Forums
 SQL Server Development (2000)
 sql 2005 debug sp

Author  Topic 

noamg
Posting Yak Master

215 Posts

Posted - 2006-12-18 : 08:31:28
In Sql-2000, the debug was act by mouse-right click on the store-procedure.
where is it in 2005 studio ?


Noam Graizer

ditch
Master Smack Fu Yak Hacker

1466 Posts

Posted - 2006-12-18 : 08:37:07
Click on Server, then Databases, then click on the Database that the sproc is in, Then Click Programmability, Then Click Stored Procedures, Then Right Click on the Stored Proc and select Modify


Duane.
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-18 : 08:38:13
Check this link:

[url]http://searchsqlserver.techtarget.com/generic/0,295582,sid87_gci1197457,00.html[/url]

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

noamg
Posting Yak Master

215 Posts

Posted - 2006-12-18 : 08:44:15
I am looking for debug !
where i can run step-by-step, see local variable value ect'

Noam Graizer
Go to Top of Page
   

- Advertisement -