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 2008 Forums
 SQL Server Administration (2008)
 working with debug in sql2008

Author  Topic 

pelegk2
Aged Yak Warrior

723 Posts

Posted - 2010-03-05 : 10:22:22
when you debug a Stored Procedure for example,
you can put a break point, and watch the values in the "watch window".
how can i modify,make query (if possible) on the current debug?

Thanks
Peleg

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-03-05 : 10:24:55
see

http://www.mssqltips.com/tip.asp?tip=1695

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

pelegk2
Aged Yak Warrior

723 Posts

Posted - 2010-03-05 : 10:54:27
that th standart debug, with breakpoints and so on,
i want in the debug, for example to make a query on a table inside the debug, or change a varibales value.

Thanks
Peleg
Go to Top of Page
   

- Advertisement -