Learn more about Toad for SQL Server
at Dell Software

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

Toad for SQL Server 6.6

You are here: SQL Server Objects > Tables > About Tables

About Tables

You can view details for a table by selecting it in the Object Explorer. The following describes the details associated with each table:

Use this tab... To display...

Columns

Columns included in this table.

Data

Data associated with the included columns.

Statistics Includes statistics info for the table. See Create and Alter Table Statistics for more information.

Indexes

Indexes, primary keys, and unique constraints assigned to this table.

Constraints

Includes constraints used to enforce integrity for table columns, foreign and primary keys.

Triggers

Triggers that run automatically when you execute an Insert, Update, or Delete statement on the table.  

Partitions Displays partitions of the current table.

Permissions

Permissions granted to users for this object.

Dependencies

Dependent table objects and the objects that contain reference to the table.

Extended Properties

Extended properties you define to store additional metadata for this object.

Script

SQL statements for the selected object.

Tips:

 

 

of