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
MFC7 CDHtmlDialog: How to cancel a navigation in OnBeforeNavigate
Can a Dell XP Home reinstallation cd for a PC be used for reinstallation of XP Home on Dell laptop without having any issues?
File saving problem in Office 2007
Item Quantity reduction for online store that uses Paypal
.NET MySQL question
Datagridviewcombobox ondrawitem works but has over 30 items in dropdown..
Attachments to GroupWise
No permissions for Database, but have .mdw file. How can I edit it t gain acces to Db?
Visual Studio 2008 C# XNA - Creating a timer sequence for updated objects
Problem using WITH XMLNAMESPACES with nested queries