TSQL Window


The TSQL window can be used to execute ad-hoc SQL commands on your SQL Server.

Access this form by selecting a server node in the navigation pane and clicking the TSQL icon on the toolbar.

Database Objects
Provides a list of database tables, columns, views etc which you can drag and drop into the text area.

Keywords
Provides a list of common SQL commands which you can drag and drop into the text area.

Execute command in database
Specify the database you want to query.

Command Text
Enter the command(s) you want to execute. Right-click for menu commands to edit, search and print the command text. You can also import/export the command text to a file.

Server Messages
Contains any information or error messages received from the SQL Server as a result of executing a command.

Resultsets
Shows any results received for the command. Right-click for menu commands to copy, print, or export the results to a file.

www.valesoftware.com