Compare Database Settings
cfradenburg
Posts: 5 Bronze 1
Is there a way to have SQL Compare not do just objects inside the database but settings as well? I'm particularly thinking of snapshot isolation level but being able to compare other settings would be useful as well. Thank you.
Comments
Thanks for your post!
We can change some settings- the full list of what can be ignored is in the documentation here http://documentation.red-gate.com/displ ... ct+options
Also you can set the Transaction Isolation Level when doing the deployment- by default it is Serializable
Please let me know if that is helpful!
I have also followed up with you via email to resolve any issues.
Warmly,
Andrew Pierce
Technical Sales Engineer
Redgate Software
This is not the isolation level Red-Gate Compare runs under as your reply deals with but the actual settings for the database as can be accessed via SQL Server Management Studio when right clicking on the DB and choosing 'Properties' -> Options.
Redgate Software