SQL - SSMS2005 - How to copy a database diagram to another database?
2 answers
In SQL Server 2005, database diagrams are stored in the sysdiagrams table. You can use the Import / Export Wizard to copy chart data from one server to another. I did a quick test and was able to copy a diagram from one database to another from the same server using a wizard. This has been tested on a SQL Server 2005 Standard installation.
+2
a source to share