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 |
|
cjpsx
Starting Member
34 Posts |
Posted - 2006-05-08 : 17:17:22
|
| I am an Oracle user and utilize TOAD to set breakpoints and walkthrough PLSQL code so that I can see what is going on.Is there a tool available for TSQL that will allow me to do these things? I know that there is a TOAD for TSQL but I do not have that. Is there anything within the Microsoft package that I can use? Or, are there any other tools for this? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-05-08 : 17:20:16
|
| Query Analyzer lets you walk through code. You should already have that tool installed if you are using SQL server.Tara Kizeraka tduggan |
 |
|
|
cjpsx
Starting Member
34 Posts |
Posted - 2006-05-09 : 10:43:51
|
| Yes, I do have Query Analyzer for 2000. It must be a privilege issue as to why I can use it in some databases and others. Does SQL Server Mgt Studio 2005 have a Query Analyzer? I may have installed something wrong there.Thanks |
 |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2006-05-09 : 10:58:00
|
| it's part of the management studio, run a new query--------------------keeping it simple... |
 |
|
|
|
|
|