UPPER Case keywords and CS Collation
netblazer
Posts: 6
I just got on a CS server. I hit the UPPER CASE function in refactor. Then I got an error (sysname is not a recognisez variable or something).
That's because in the system tables, sysname is in lower cases. And if you don't type it in lower case, sql server won't find it.
You guys might have to add a collation check on the db to see wether or not you can upper case sysname!
That's because in the system tables, sysname is in lower cases. And if you don't type it in lower case, sql server won't find it.
You guys might have to add a collation check on the db to see wether or not you can upper case sysname!
Comments
For your reference the bug tracking code is: SR-829