Database Diagrams

You can create, edit, or delete database objects while you are directly connected to the database in which those database objects are stored.

You interact with the server database using database diagrams. Database diagrams can be accessed through SQL Server Enterprise Manager. Database diagrams graphically represent the tables in your database. The database diagrams display the columns contained within the tables, relationships between the tables, and indexes and constraints attached to the tables. After a connection to a database has been established, you can use database diagrams to:

See Also
Saving a Change Script Saving Selected Tables

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.