简体   繁体   中英

SQL Server diagram filters look up tables

When I am adding tables to Database Diagram in SQL Server 2012 it doesn't let me to add look up tables. It just filters them out from the tables list. Is that standard behavior?

By lookup tables, do you mean the related tables? If yes, then you are correct, it filters them out from the Tables list initially when you are adding tables to the diagram.

The way to add the related tables is as follows.

  • Add the table with relationships to a database diagram.
  • Right-click the table and from the shortcut menu and click Add Related Tables .

Source: Technet : How to: Add Related Tables to Diagrams (Visual Database Tools)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM