Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Like based on prefix table
Message
 
 
To
14/05/2013 14:05:50
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01573772
Message ID:
01573818
Views:
45
>>No, this is not true. It depends on database collation. If you're using case sensitive collation for the database, it will be case sensitive.
>
>This is turned off at installation as it forces everyone to use the proper casing and nothing would work after that.

Server collation and database collation and column collation is not the same thing. You can have SQL Server case insensitive (and you should have), but have case-sensitive database or certain columns to be case sensitive. Of course, this would be set in design time (or can be altered), so by default database inherits the same collation as model database.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform