You basically need to run the installation again to rebuild the
master database with the new collation. You cannot change the entire server's collation any other way. See:
This will yield a value something like:
The _CI means "case insensitive" - if you want case-sensitive, use _CS in its place:
So your T-SQL command would be:
You can get a list of all available collations on the server using:
You can see the server's current collation using:
|
Thursday, 7 May 2015
Changing SQL Server collation to case insensitive And case sensitive?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment