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)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top