How to export a SQL Server 2008 Database Diagram to another DB?

后端 未结 6 1326
遇见更好的自我
遇见更好的自我 2020-12-12 20:53

I use the handy Database Diagramming tool in SQL Server 2008 for creating and managing relationships. I have exported the sourceDB to the destinationDB but the diagram does

6条回答
  •  悲哀的现实
    2020-12-12 21:33

    There's a tool for exporting the diagrams to file and back into a database that you can find here: https://github.com/timabell/database-diagram-scm/

    You'd be able to use this by pointing it at your original database and doing an export, and then pointing at your target database and doing an import.

提交回复
热议问题