Click here to Skip to main content
15,886,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi experts,

Can you please tell me if there is a way to change the collation of an existing SQL Server database in which we have some data already ?

I googled and got to know that the only way is to delete the database and recreate and re-load the data.

But our client don’t want to do that.is there any other way to do without disturbing the existing data ?

Please help me..!!

Thanks in advance..

What I have tried:

Delete database and create new. But we can't go with this method. looking for other way..
Posted
Updated 13-Apr-18 15:26pm

1 solution

The only way you can guarantee the order of data is to use the order by clause when you perform a query. How it is ordered in the table is inconsequential.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900