Is it possible to change the default collation of SQL Server 2008 without having to reinstall the whole package ? It has to be Case Sensisitve by default – the application server I have checks this as a pre condition to installing and creating a database.
Share
Yes it is, but it is not for the faint of heart…
From http://msdn.microsoft.com/en-us/library/ms179254.aspx:
If you can get away with just changing the default collation of the database(s) specific for the application, you may want to do that…