|
|
| |

How can I change the sort order and character set?
Answer:
You cannot make it without rebuilding your databases.
This is from SQL Server Books Online:
It is critical that you select the correct sort order when you install SQL Server.
If you need to change sort orders after installation, you must rebuild your
databases and reload your data.
|
and
It is critical that you select the correct character set when you install SQL Server.
To change character sets after installing SQL Server, you must rebuild the databases
and reload the data.
|
|
|
|