Transact-SQL Editing Essentials

You will want to perform certain important operations in the Transact-SQL (T-SQL) editor, such as modifying the definition of a database object, creating a pre-deployment script, or modifying a management script.

In This Section

  • Working with Database Scripts
    Contains topics that describe how you create and maintain scripts for deploying database schemas and managing databases.
  • Working with Database Objects
    Provides an overview and links to topics that describe how you create, modify, and validate changes to database objects such as tables, stored procedures, and functions.

For information about standard features in the Visual Studio editor, see the following topics:

  • Navigating Through Code
    Provides links to procedures for using the Find and Replace window, Bookmarks, and the Task List and Error List windows to locate lines of code.