What does a dashed / dotted relationship line represent in SQL Management Studio - Database Diagram

StackOverflow https://stackoverflow.com/questions/9347983

سؤال

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

هل كانت مفيدة؟

المحلول

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

نصائح أخرى

referential integrity is not enforced

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top