开发者

SQL - SSMS2005 - How do I copy a database diagram to another database?

开发者 https://www.devze.com 2022-12-30 22:20 出处:网络
Is there a simple m开发者_JAVA百科ethod for copying a database diagram from one database server to another?

Is there a simple m开发者_JAVA百科ethod for copying a database diagram from one database server to another?

I have a diagram on a development server that needs to be moved to the production server.

Thanks

(Sql server 2005, SSMS2005 Express)


you can try codeproject Script SQL Server 2005 diagrams to a file


In SQL Server 2005, database diagrams are stored in the sysdiagrams table. You should be able to use the Import/Export wizard to copy the diagram data from one server to another. I ran a quick test and was able to copy a diagram from one database to another of the same server using the wizard. This was tested on a SQL Server 2005 Standard installation.

0

精彩评论

暂无评论...
验证码 换一张
取 消