Share via


Transact-SQL Editor Options (Editor Tab and Status Bar)

The Editor Tab and Status Bar Page lets you customize the presentation of the Transact-SQL editor. The status bar appears at the bottom of the editor.

Status Bar Content

Specifies the information that appears in the Transact-SQL editor status bar.

  • Display execution time
    Includes the script execution time. The settings are as follows:

    • None
      The status bar displays no time information.

    • End
      The status bar displays the time that the script stopped running.

    • Elapsed
      The status bar displays the amount of time that it has taken for the script to run.

  • Include database name
    Includes the database name.

  • Include login name
    Includes the login name.

  • Include row count
    Includes a count of the rows that have been processed by the script that is currently executing.

  • Include server name
    Includes the server name.

Status Bar Layout and Colors

Specifies the colors for items in the Transact-SQL editor status bar.

  • Group connections
    Set the color of the status bar when the Transact-SQL editor has more than one connection.

  • Single server connections
    Set the color of the status bar when the Transact-SQL editor has one connection.

  • Status bar location
    Specifies the location of the status bar. The settings are as follows:

    • Top
      The status bar appears at the top of the Query Editor window.

    • Bottom
      The status bar appears at the bottom of the Query Editor window.

Tab Text

Specifies the text that appears in the tab at the top of a Transact-SQL editor window.

  • Include database name
    Includes the database name.

  • Include file name
    Includes the file name.

  • Include login name
    Includes the login name.

  • Include server name
    Includes the server name.

See Also

Tasks

How to: Set Options for Query Execution and Results

How to: Control the Gathering and Display of Client Statistics

Reference

Transact-SQL Editor Options (Query Execution/General)

Transact-SQL Editor Options (Query Execution/Advanced)

Transact-SQL Editor Options (Query Execution/ANSI)

Transact-SQL Editor Options (Query Results/General)

Transact-SQL Editor Options (Query Results/Grid)

Transact-SQL Editor Options (Query Results/Text)

Concepts

Editing Database Scripts and Objects with the Transact-SQL Editor