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 - 2007-04-18 : 07:04:35
|
when i wanto t debug in query analayzerand i put /or not pub a breakpointit run's to the end of the procedurewithought letting me the abilety to go line by lineany idea why?thnaks in advancepelegIsrael -the best place to live in aftr heaven 9but no one wan't to go there so fast -:) |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-04-18 : 07:24:23
|
It has no built-in capabilities for that.Peter LarssonHelsingborg, Sweden |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-04-18 : 07:27:48
|
I think you need to have SQL Server SP4 installed on the machine. Then you can open Object Browser, Select the SP you want, right-click and select Debug option to start line-by-line debugging.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-04-18 : 07:32:19
|
Wow! News to me Thank you Harsh.Is there a way to do this in SSMS too?Peter LarssonHelsingborg, Sweden |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-04-18 : 07:37:17
|
Sadly..No.Debugging is moved out to Visual Studio IDE and not part of SSMS.Not that I am complaining...I hardly used it in SQL 2000 anyway.I believe SQL is not language which can be debugged in traditional step-by-step approach and MS guys are wise enough to know that.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|