Learn more about Toad for SQL Server Find solutions and downloads at the |
< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page |
Toad for SQL Server 5.7 |
Use the Database Diagram to view a high-level, visual representation of an object and those objects which may be related to it. This helps you easily identify relationships between tables via foreign keys. You can use the Database Diagram to:
Understand the impact of changes.
Identify join predicates when writing complex queries for reports.
Understand the level of normalization of data when de-normalizing for performance or to save space.
Understand entity relationships so you can better use the data in applications or reports.
To diagram a relationship
Drag a column from one object to a column in a second object where you want to create a relationship.
Notes:
This feature does not add new objects to the diagram if a relationship exists; it only displays relationships between objects already in the diagram.
A line between objects indicates any existing relationships.
A indicates the referencing table, and a indicates the referenced table.
To reduce the number of columns that display in a large table, right-click the table and select Manage Hidden Columns. You can then hide any unnecessary columns to better understand the critical information.
Tips:
When opening a previously saved Database Diagram file, you can right-click the Diagram pane and select Refresh to get the latest objects from the database, including added/removed columns and data type updates.
An * in the title of the object indicates that the saved version differs from the database version.