| Author |
Message |
SeanEnnis
Joined: 21 Feb 2013 Posts: 2
|
Posted: Thu Feb 21, 2013 6:41 pm Post subject: 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. |
|
| Back to top |
|
 |
eddie davis
Joined: 14 Jun 2006 Posts: 796 Location: Red Gate Software
|
Posted: Fri Feb 22, 2013 1:51 pm Post subject: |
|
|
Thank you for your forum post.
SQL Compare does not have this feature.
If this is a feature you would like to see added to SQL Compare, I recommend that create a post in the User Voice forum for SQL Compare using this LINK.
The more votes the request receives from other SQL Compare users it receives, better the chances you will see it in a future version of the product.
Many Thanks
Eddie _________________ Eddie Davis
Technical Support Engineer
Red Gate Software Ltd
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
SeanEnnis
Joined: 21 Feb 2013 Posts: 2
|
Posted: Fri Feb 22, 2013 3:29 pm Post subject: |
|
|
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) |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group