August 20, 2002 at 3:45 am
How can a SQL 2000 server collation changed?
Only by resinstalling and then chose customs setup?
There is no way to change sql server default collation on a existing installtion?
thanks
Mipo
August 20, 2002 at 7:14 am
You can change the collation using the rebuildm.exe command from the command line. However, if you are doing this on an existing system, you should back up your existing data first.
There is a write up of what all to do in Books Online:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/coprompt/cp_rebuildm_6dbt.asp
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
K. Brian Kelley
@kbriankelley
August 21, 2002 at 5:14 am
Mipo,
I have had cause to use rebuildm.exe twice, for exactly this same reason: SQLServer installed with the wrong collation. I followed the guidelines shown but it failed both times, and I ended up re-installing.
Has anyone successfully used this tool?
Tim
August 21, 2002 at 11:25 am
We've used the tool successfully in disaster recovery. Our file system backups capture everything but the db files (because they are open and in use). We use rebuildm to create generic master, msdb, and model, and then we restore master, msdb, and the user databases (we haven't modified model).
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
K. Brian Kelley
@kbriankelley
August 21, 2002 at 3:17 pm
I used the rebuildm tool and I succeded to rebuild the master. One known problem is that you have to put your *.mdf files from the orgiginal CD first to harddisk and remove read-only attributes. Otherwise you always get an error.
What kind of problem did you have when using rebuildm.exe?
Mipo
August 21, 2002 at 3:55 pm
Guys
Thanks - at least I know it is somthing that I am doing that is wrong
I wish I could remember what the specific errors were - as ever this happened in the early hours of the morning, and I had to get the server alive and kicking by the start of the working day.
Luckily rebuidm.exe is not the kind of utility you use every day!
Tim
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply