|   | ![]() |
|
How do I change the sort-order
or character set for a SQL Server database? Basically you can't. You have to get these parameters correct when you install SQL. You will have to :- Backup your data and objects using bcp/transfer manager (NOT dump database) Re-install SQL Server with the correct sort-order/character set Re-load the data and objects |
All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.