Reputation: 20222
I have 2 database:
production and to test.
Production should have the same fields and tables like testdatabase.
is there any software, or script to show difference between this two databases?
Upvotes: 0
Views: 43
Reputation: 97839
I like DBComparer and it's free :). A google search for database compare tools
should yield other useful links.
I also used SQL Delta one time. It is a fantastic tool with many advanced features but it is not free. You can however download a trial from their website.
Upvotes: 1
Reputation: 11442
I'd recommend Redgate SQL Compare. It's not free but works really nicely and is really easy to use.
Upvotes: 1