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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to SQL 2005

Status
Not open for further replies.

phil22046

Programmer
Sep 12, 2001
154
US
Where is the Query Analyzer?

I got lucky on my Restore of my database from the earlier thread. So I restored the database to my desktop computer using 2005 Sql Developer edition. So in SQL 2000 I used to go into SQL Query Analyzer to type various Sql cmds and execute them. How can I do that in SQL 2005?
 
In SQL Server 2005 both EM and QA are integrated in one SQL Server management Studio (SSMS). If you want to write queries just press New query button AFTER you make a connection to your server.

Borislav Borissov
VFP9 SP1, SQL Server 2000/2005.
MVP VFP
 
Or right click on the database and select New Query from the list.

-SQLBill

The following is part of my signature block and is only intended to be informational.
Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top