Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query Analyzer in SQL 2005

Status
Not open for further replies.

RemingtonSteel

Programmer
Jul 14, 2006
65
GB
Hello!
Where can I find the Query Analyzer in SQL 2005 or the equivalent functionality ?

Thanks!
Gene
 
You'll want to use SQL Server Management Studio. It's kind-of-a merge between Enterprise Manager and Query Analyzer. If you have SQL2005 installed (and you installed the client tools) you you should already have this installed.

If you are using SQL Express, then you will want to download SQL Server Management Studio Express.

-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Once you have Management Studio up and running, hit the "New Query" button.
 
I like keeping SQL 2000 Query Analyzer running along with 2005 just because I prefer the Query Analyzer presentation. You can't use the object browser but writing queries works fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top