When you click on "Database Diagrams" in SSMS, it will ask to enable diagramming support, which means that a number of objects will be added to the db.
Is there a list of all those objects added to the db?
When you click on "Database Diagrams" in SSMS, it will ask to enable diagramming support, which means that a number of objects will be added to the db.
Is there a list of all those objects added to the db?
Off the top of my head I don't know but to find out you could setup a SQL Server Profiler trace to record and inspect the activity that occurs when you install support for Database Diagrams.
According to this Books Online article: