Ignore DEFAULT statements?
tkdennis
Posts: 114
I'm trying to compare just the column names and data types between two databases. I checked every option under "Ignore" on the Options tab.
Many tables in one database have DEFAULT statements on the columns and these are causing the tables to be considered different. Is there a way to ignore the DEFAULT part?
date_entered datetime NOT NULL DEFAULT (getdate())
comparing to
date_entered datetime NOT NULL
Thanks,
Traci
Many tables in one database have DEFAULT statements on the columns and these are causing the tables to be considered different. Is there a way to ignore the DEFAULT part?
date_entered datetime NOT NULL DEFAULT (getdate())
comparing to
date_entered datetime NOT NULL
Thanks,
Traci
Tagged:
Comments
Unfortunately there's no option to ignore DEFAULTs in SQL Compare. Of course we're happy to consider this as an option for a future release as long as we get sufficient requests.
Kind regards,
David Atkinson
Product Manager
Red Gate Software
Product Manager
Redgate Software
Thanks!
Traci
Nearly impossible to use SQL Compare 11 with a large replicated db with lots of DEFAULT contraints!
Thank you for your posts.
Please add votes on the UServoice page for SQL Compare in the link below.
https://redgate.uservoice.com/forums/141379-sql-compare
Kind regards
Richard Lynch.
Redgate Software