Learn more about Toad for SQL Server
at Quest.com

Find solutions and downloads at the
Toad for SQL Server Support Portal

< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page

Toad for SQL Server 5.7

You are here: Edit SQL > About Editing SQL

About Editing SQL

The editor combines a powerful SQL and procedure editor and debugger into a single interface.

Notes:

To edit SQL

  1. Click on the toolbar (CTRL+N).

  2. Review the following to help enter SQL:

  3. Click to format the code. See Format SQL for more information.

  4. Select the block of code in the Editor, and click to validate the syntax.

    Note:Toad undoes any changes to the object and data in the database after executing the script (notice that the Result Sets tab is empty). To modify the object and data, you need to execute the script.

  5. Debug code. See About Debugging SQL for more information.

  6. Click to execute SQL on the current server or multiple servers at one time. See Group Execution of Scripts for more information.

  7. To tune SQL, right-click a statement in the Editor and select Optimize the Current Statement (available if you purchased a version of Toad that includes the SQL Optimizer). If you have not purchased this version, you can tune the statement by right-clicking it and selecting Analyze in Database Engine Tuning Advisor.

  8. Select the block of code in the Editor and click to create a stored procedure. Stored Procedure creation dialog automatically recognizes procedure body and declared parameters.

Tips:

Configure Editor Options

To...

Use this Option Page...

Display the tabs for the current connection only when using Tabbed windows

Environment | Interface

Set options to display line numbers, line modifications, and general text formatting

Editor | General 

Specify options to automatically replace typed text with the correct substitution text

Editor | Auto-replace

Customize code formatting options including headers and layout characteristics

Editor | Formatter