5

I'm looking at an existing database in Microsoft SQL Server Management Studio, and in the Database Diagram there is one relatioship that appears with a dashed or dotted line. The other relationships are all solid lines. What does the dashed line mean?

enter image description here

MattyG
  • 8,449
  • 6
  • 44
  • 48

2 Answers2

9

The dotted/dashed line means, that SQL Server does not enforce referential integrity for this relationship. Have a look here

MattyG
  • 8,449
  • 6
  • 44
  • 48
Mithrandir
  • 24,869
  • 6
  • 50
  • 66
2

referential integrity is not enforced

Simon Thompson
  • 708
  • 6
  • 14