The character set, sort order, and Unicode collation are fundamental to the structure of all Microsoft® SQL Server™ databases. In order to change one or more of these settings, you must rebuild the master and user databases.
Follow these steps to rebuild the databases and maintain their contents.
Use SQL Server Enterprise Manager to create scripts for all of the objects in the user databases and master database.
Use Microsoft Data Transformation Services (DTS) or the bcp bulk copy utility to unload the user data.
Run the Rebuildm.exe command prompt utility. You can select new character set, sort order, and Unicode values and rebuild the master database with these new settings.
Use SQL Server Enterprise Manager or the CREATE DATABASE statement to re-create the user databases.
Use SQL Server Query Analyzer to run the scripts you created earlier.
Use DTS or BCP to load data back into the user tables.
Creating a Database | Overview of Data Transformation Services |
Documenting and Scripting Databases | Rebuild Master Utility |
Importing and Exporting Data |