Results 1 to 4 of 4

Thread: Change default Collation ?

  1. #1
    Join Date
    Sep 2002
    Posts
    13

    Question Change default Collation ?

    SQL Server 2000: Is it possible to change SQL server's default collation without reinstall ?

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Rebuild Master.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    but why you need to do that? In SQL 2000 you can specify collation for database, table and even columns.

  4. #4
    Join Date
    Sep 2002
    Posts
    13
    Thanks MAK.
    Yes, I know you can specify collation. But some SW vendors uses server's default (in automated scripts not editable by us..) when creating databases, and then dbs get incompatible.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •