Hide relationship from a SQL Server database diagram
Asked Answered
C

1

8

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.

Conidiophore answered 26/10, 2009 at 12:12 Comment(3)
Why would you want to? That's like saying 'this relationship is important enough to actually exist but we dont want people working with the database to know about it'.Hydride
Well in my case, people DO know about it but do not want it to be visible because it creates a lot of mess when printed. Just for readibility.Conidiophore
All our tables have a 'lastedited' link to user. As soon as you want to make a schema with user (for any other reason), the schema is a messTrapani
B
0

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

Boykins answered 26/10, 2009 at 12:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.