SQL SERVER – 2005 Query Editor – Microsoft SQL Server Management Studio

This post may be very simple for most of the users of SQL Server 2005. Earlier this year, I have received one question many times – Where is Query Analyzer in SQL Server 2005? I wrote small post about it and pointed many users to that post – SQL SERVER – 2005 Query Analyzer – Microsoft SQL SERVER Management Studio. Recently I have been receiving similar question.

Where is Query Editor in SQL Server 2005?
SQL SERVER 2005 has combined Query Analyzer and Enterprise Manager into one Microsoft SQL SERVER Management Studio (MSSMS).

SQL SERVER - 2005 Query Editor - Microsoft SQL Server Management Studio QueryEditor

I have been pointing my users to my previous post so far. One of my reader asked recently is it really true SSMS = QE + EM . I realize that my answer is not complete. SQL Server 2005 Query Editor has many other enhancements over previous versions. There are many standard features also brought over from previous tools. From MSDN I found following list which is quite complete and concise.

Statement auto-completion.
Parameter tipping for system stored procedures and user-defined functions.
Color-coding of Transact-SQL and MDX syntax.
Templates to speed development of the T-SQL.
Editing of execute and parse queries with SQLCMD extensions.
Results presented in either a grid or a free-form text window, or in XML form.
Graphical representation of the showplan information.

Reference : Pinal Dave (https://blog.sqlauthority.com), BOL

SQL Server Management Studio, SQL Utility
Previous Post
SQL SERVER – Two Connections Related Global Variables Explained – @@CONNECTIONS and @@MAX_CONNECTIONS
Next Post
SQL SERVER – 2005 – OUTPUT Clause Example and Explanation with INSERT, UPDATE, DELETE

Related Posts

Leave a Reply