Results 1 to 3 of 3

Thread: Change collation of MSSQL database

  1. #1
    Join Date
    Jun 2005
    Posts
    270
    Thanks
    12
    Thanked 11 Times in 9 Posts

    Default Change collation of MSSQL database

    One of my customers asked me the question whether it's possible to change the collation of a MSSQL database to:

    SQL_Latin1_General_CP1_CI_AS

    Can he (or I) do this himself (i.e. using ALTER DATABASE) or do I need the help of RFH for this?

    The origin of his question is that he wants to move a database from another server to RFH and he expects problems with his logfile if the collation is not identical to the one he uses now.

    Does this make sense?

  2. #2
    Join Date
    Jun 2005
    Posts
    1,080
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    You should be able to change the coallation using the ALTER DATABASE command since you would have a db_owner role. You can find more info here:

    http://msdn.microsoft.com/en-us/libr...4(SQL.80).aspx

  3. #3
    Join Date
    Jun 2005
    Posts
    270
    Thanks
    12
    Thanked 11 Times in 9 Posts

    Default

    Thanks, Sol. I'll have a look.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. UTF-8 and MSSQL
    By creativeworks in forum ASP.NET
    Replies: 5
    Last Post: 28th June 2008, 12:06 PM
  2. Php + Mssql
    By albatroz in forum PHP
    Replies: 2
    Last Post: 19th September 2006, 06:01 PM
  3. Mssql Structure
    By creativeworks in forum MSSQL
    Replies: 1
    Last Post: 2nd April 2006, 01:38 PM

Bookmarks

Posting Permissions

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