Is there an easy way to copy data from one database server to another?
I have
(SQL Server 2005, SSMS 2005 Express)
In SQL Server 2005, database diagrams are stored in the sysdiagrams table. To copy the diagram data from one server to another, you should be able to use the Import / Export Wizard. I ran a quick test and was able to copy a picture from another database of the same server using the wizard. It was tested on the SQL Server 2005 standard installation.
Comments
Post a Comment