Comments
3 comments
-
Additional note: I'm using Trial version 12.2.1.4077 Standard
-
Hi SteveNOV,
I've created a ticket with our support team who will get back to you after investigating in more detail. Thanks for the additional information. -
Hey SteveNOV,
Thanks for contacting us!
We don't currently deploy server/database properties (like the collation) along with the database objects - however, the tool OmniCompare can do that comparison and deployment for a variety of different Server and Database level properties - http://aireforge.com/
Also, I recommend you post this idea to our UserVoice forum available here
Do let me know if you have any questions or issues with that!
Warmly,
Add comment
Please sign in to leave a comment.
ALTER DATABASE dbname SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
ALTER DATABASE dbname COLLATE new-collation;
ALTER DATABASE dbname SET MULTI_USER WITH ROLLBACK IMMEDIATE;