Accessing and Changing Relational Data

Using SQL Server Enterprise Manager

SQL Query Analyzer can be started from SQL Server Enterprise Manager.

In SQL Server Enterprise Manager, on the Tools menu, click SQL Query Analyzer to run SQL Query Analyzer. With SQL Query Analyzer, users can interactively design and execute queries.

SQL Server Enterprise Manager also includes the Query Designer, a graphical user interface (GUI) tool for designing queries used in specific objects:

The Query Designer window has four separate panes for specifying or displaying different items associated with a query.

Pane Description
Diagram Has a diagram showing the tables referenced in the query. The diagram shows all columns for each table and checks the columns used in the result set.
SQL Shows the SQL statement syntax.
Grid Shows the details of the result set columns, such as name, data type, and size.
Results Shows the result set returned by the last query execution.

For more information about using Query Designer panes, see Query and View Designer Layout.