Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
SQL Server Management Studio is an integrated development environment for writing Transact-SQL, MDX, DMX, and XML queries, and SQLCMD commands. The tutorial illustrates using the Database Engine Query Editor to write a Transact-SQL script.
Note
This lesson focuses on the features of the tool. For a tutorial on writing Transact-SQL statements, see Tutorial: Writing Transact-SQL Statements.
This lesson covers the following topics:
Connecting with Query Editor
Adding Indentation
Maximizing the Query Editor
Using Comments
Other Ways of Viewing the Code Window
Scripting a Table
Summary