Hide relationship from a SQL Server database diagram

1.4k Views Asked by At

I am using SQL Server 2005 database with SQL Server Management Studio.

Is there a way to hide a relationship between two tables in the diagram without actually deleting the relationship from the database? Any help will be most appreciated.

1

There are 1 best solutions below

0
On

I'm not aware of any way to do this without dropping the FK relationship. Short of using tipp-ex on the monitor :-) You do this at your own risk though :-)