How can we help you today? How can we help you today?

SQL Compare did not identify a collation difference between source and target databases

I was expecting 3 'Alter Database' statements to update the Collation property of the target database. Will handle manually for now, but just curious if I missed an options or configuration setting.

ALTER DATABASE dbname SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
ALTER DATABASE dbname COLLATE new-collation;
ALTER DATABASE dbname SET MULTI_USER WITH ROLLBACK IMMEDIATE;
SteveNOV
0

Comments

3 comments

  • SteveNOV
    Additional note: I'm using Trial version 12.2.1.4077 Standard
    SteveNOV
    0
  • [Deleted User]
    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.
    [Deleted User]
    0
  • Andrew P
    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,
    Andrew P
    0

Add comment

Please sign in to leave a comment.