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 Administration (2000)
 debuging in query analayzer

Author  Topic 

pelegk2
Aged Yak Warrior

723 Posts

Posted - 2007-04-18 : 07:04:35
when i wanto t debug in query analayzer
and i put /or not pub a breakpoint
it run's to the end of the procedure
withought letting me the abilety to go line by line
any idea why?
thnaks in advance
peleg

Israel -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 Larsson
Helsingborg, Sweden
Go to Top of Page

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 Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

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 Larsson
Helsingborg, Sweden
Go to Top of Page

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 Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -