views:

73

answers:

1

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.

A: 

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 :-)

Chris J