Copy database diagrams in SQL Server 2005


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. INSERT INTO dbDestination.dbo.sysdiagrams
  2. SELECT[name],[principal_id],[version],[definition]
  3. FROM dbSource.dbo.sysdiagrams

URL: http://nestas.blogspot.com/2008/07/move-database-diagrams-in-sql-server.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.