Activity overview
Latest activity by SeanEnnis
Done...
For the next guy, while we wait for it to make it to the top of the pile, here's what I did manually
UPDATE MyDB.dbo.sysdiagrams
SET definition = (
SELECT definition
from MyOtherDB.dbo.sysdiagrams
WHERE name = MyDB')
WHERE name = 'MyDB'
(that works on the same server - different servers may be more challenging) / comments
Done...
For the next guy, while we wait for it to make it to the top of the pile, here's what I did manually
UPDATE MyDB.dbo.sysdiagrams
SET definition = (
SELECT definition
from MyOtherDB.dbo.sys...
Comparing Database Diagrams
Is there a way to compare Database Diagrams yet?
I've found some discussion that Red Gate was working on it a couple years ago, but nothing recently.