Microsoft
Software
Hardware
Network
Question : Change SQL server case sensitivity
Hi Experts
I have a big database (around 3000 tables) on SQL 2005 for which the collation is Latin1_General_BIN. It should be due to this, the table names and column names are case sensitive. We have developed a newer version of our application which talks to this database. The new application was developed on a test server/test db where the names are not case sensitive. Now wehn we try to implement the new application, we realize that since the table names are case sensitive, the new application si giving error at many places. Is there an easy way to change the sql settings so that the original database/server is no more case sensitive?
Thanks.
Answer : Change SQL server case sensitivity
What you do is just:
alter database tablename collate Latin1_General_CI_AS
Random Solutions
Need to query if a field starts with "+1"
SharePoint Services Site Image
Disappearing Appointments in Exchange 2007, Outlook 2007 mailboxes
Access Loop Query
SQL criteria applied to nested queries
Data Validation with VBA without use of worksheet cells
Windows 2003 Server - IIS 6 connection to shared server - Logon/Logoff errors Event 529 & 680
HOW TO REMOVE ROUTING AND REMOTE ACCESS
Darwing a line with Line method
Where are email attachments stored in windows mobile 6.5?