Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change the master database collation in sql server?

Tags:

sql-server

is there any way to change the master database collation in MsSql server 2008 to another collation, instead of reinstall it ?

like image 930
HAJJAJ Avatar asked Mar 17 '11 12:03

HAJJAJ


1 Answers

You need to rebuild/recreate the master database as described here.

(Though that article also goes through the steps to change all user databases to the new collation you probably just need to follow the steps here)

like image 196
Martin Smith Avatar answered Sep 30 '22 20:09

Martin Smith