Home Forums SQL Server 2005 Administering URgent help needed: change sql server collationproperty RE: URgent help needed: change sql server collationproperty

  • To change the collation at server level I believe you need to rebuild the master database, to handle the query:

    SELECT ID

    FROM ItemsTable

    INNER JOIN AccountsTable

    WHERE ItemsTable.Collation1Col COLLATE DATABASE_DEFAULT

    = AccountsTable.Collation2Col COLLATE DATABASE_DEFAULT

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]