patrickdrd
Programmer
Hi guys!
After installing SQL Server SP4, the whole server turned into case sensitive, even though I have a GREEK_CI_AS
(CI: case insensitive) collation!
As a result, I get compilation errors when trying to compile procedures, which define variables as @groupid and use them later as @groupId!!!
What on earth is causing this?
Is there something that can be done to change this behavior?
Thanks in advance!
After installing SQL Server SP4, the whole server turned into case sensitive, even though I have a GREEK_CI_AS
(CI: case insensitive) collation!
As a result, I get compilation errors when trying to compile procedures, which define variables as @groupid and use them later as @groupId!!!
What on earth is causing this?
Is there something that can be done to change this behavior?
Thanks in advance!