Learn more about Toad for SQL Server
at Quest.com

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

< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page

Toad for SQL Server 5.7

You are here: Diagram Relationships

Diagram Relationships

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:

To diagram a relationship

  1. Click and double-click tables, views, or synonyms in the Object Explorer to add them to the Database Diagram window. You can also drag these objects to add them to the window. This method is useful if you want to add objects without setting the relationship types to display or the reference levels.
  2. Drag a column from one object to a column in a second object where you want to create a relationship.

    Notes:

  3. 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.

  4. To view the data type, nullable columns, and any comments for a selected object, right-click the object and select Show Column Details.
  5. To view object details for a selected object, press SHIFT+F4, or double-click the object.
  6. To add notes, right-click the Diagram pane, column, or object and select Notes. See Add Notes for more information.
  7. To find a descriptive value for an ID column, right-click the ID column and select Find Lookup Table. See Find Lookup Tables for more information.

Tips: