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
Where To Find Specific Driver
How do I join multiple tables using IDataReader
School Timetable in MS Excel
The difference between the server types "Web Front End" and "Stand-alone?"
WSUS 3.0 sp2 server 2003 x86 to 2008 R2 x64
Error Handler won't close forms
Export to excel in ssrs 2008
What is the best way to upgrade AD/Exchange Server
Exchange 2007 open source backup software/utility
SQL server and SQL agent will not start on both nodes in Active to Active SQL 2005 SP3 x64 Enterprise cluster on Windows 2008 x64 after applying KB958644