The casesensitive tag has no wiki summary.
4
votes
2answers
93 views
SSDT 2010 and SQL70590 errors
I have Visual Studio 2010 SP1 with SSDT (with Dec 2012 update). I have created a new SQL Server project and imported objects from a database on a SQL Server 2008 R2 instance. The database has a ...
2
votes
1answer
3k views
MySQL case sensitive table names on Linux
Moving a MySQL database from Windows to Linux I have the problem that on Linux the names of the tables are case sensitive. This is a problem, because the Java application that I am developing can't ...
4
votes
2answers
3k views
How to do a case sensitive search in WHERE clause?
I want case sensitive search in SQL query. But by default, MySQL does not consider the case of the strings.
Any idea on how to do a case sensitive search in SQL query?
7
votes
2answers
1k views
Can PostgreSQL create a case sensitive database?
I'm porting some code from some version of Sybase to PostgreSQL. This is a C application that uses the Sybase client library. My approach is to write a translation layer that translates calls to ...
2
votes
1answer
253 views
Can't create Windows Login's on a case sensitive SQL Server 2005 Instance - MSG 15401
I need to create 3 logins on a SQL Server 2005 instance:
DOMAIN\aaa
DOMAIN\bbb
DOMAIN\ccc
However two of them (aaa and bbb) fail with the following error:
Msg 15401, Level 16, State 1, Line 5 ...
3
votes
1answer
563 views
Casesensitive vs. Caseinsensitive Collatesequences?
I just started working with the SQLite database places.sqlite.
Fact is that this database uses case sensitive collate sequences making writing queries as funny as in Oracle.
I want to know, are ...
