Table Designer is a visual tool allowing you to design and visualize a single table in a Microsoft SQL Server database to which you are connected.
Table Designer has two panes. The upper area shows a grid; each row of the grid describes one database column. For each database column, the grid displays its fundamental attributes: column name, data type, and nulls-allowed setting.
The lower area of Table Designer, the Column Properties tab, shows additional attributes for whichever column is highlighted in the upper area.
From Table Designer, you can also right-click in the grid section to access dialog boxes through which you can create and modify relationships, constraints, indexes, and keys for the table.
To display Table Designer, open an existing table, or right-click the Tables node in Server Explorer, and choose Add New Table from the drop-down menu.
Once the designer is open, the Table Designer menu appears in the main menu. This menu is the access point to the designer's special features.
Note: |
|---|
This designer works with Microsoft SQL Server databases.
This version of Visual Database Tools does not support Microsoft SQL Server 7.0 and earlier.
|