Friday , March 29 2024

How To Change Server Collation On SQL Server

 

Sometimes we need to change Collation after we have done SQL Server Installation.

I will do my warning from the beginning. After changing Collation, everything in the master database is reset.

So you will have a new installation. So if you have any databases on the Instance you are going to change Collation, or if you have defined a user, be sure to get this information backed up.

Also, you should not do this operation on a running system.

Right-click on the cmd command line and run it with Run As Administrator.

Then you go to the path where the SQL Server setup file is located and run the following command.

For example, our setup file is in the C:/Kurulum folder.

You can come to that path as follows.

You can type “cd C:\Kurulum” to directly go to the path.

/INSTANCENAMEWhatever your instance name is, you should write it here.

If you are using the default instance you should type MSSQLSERVER.

If you are using Named Instance;

You should type “ServerName\InstanceName”.

/SQLSYSADMINACCOUNTSThe user with sysadmin authority to perform the operation.

It can be a domain user, or a sql user.

/SAPWDThe user’s password that you have defined
/SqlCollationYou should enter your new Collation information here.

 

 

For Example;

Loading

About dbtut

We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.

Leave a Reply

Your email address will not be published. Required fields are marked *

Categories