Table Properties (General Tab)

SQL Server Enterprise Manager Help

SQL Server Enterprise Manager Help

Table Properties (General Tab)

Use this tab to view or specify the following options.

Options

Name

Specify the name of the table.

Permissions

Display the Object Properties dialog box, where you can specify user table permissions.

Owner

View the name of the table owner.

Create date

View the date that the table was created in the database.

Filegroup

View the filegroup within which the table is stored.

Rows

View the number of rows in the table.

Key

View the table columns that make up the primary key.

ID

View the table columns that have identities associated with them.

Name

View the names of each table column.

Data type

View the data types associated with each table column.

Size

View the table column size in bytes.

Nulls

View the table columns that allow null values.

Default

View the table columns that have a default associated with them.

See Also

Tables