Options

UPPER Case keywords and CS Collation

netblazernetblazer Posts: 6
edited November 25, 2008 7:59AM in SQL Refactor Previous Versions
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!

Comments

  • Options
    Thanks for bringing this issue to our attention. I've successfully recreated the issue and raised it as a bug in our tracking software. The developers will look into this when working on the uppercasing functionality of SQL Refactor.

    For your reference the bug tracking code is: SR-829
Sign In or Register to comment.