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.
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?ThanksPeleg |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
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.ThanksPeleg |
 |
|
|
|
|