Activity overview
Latest activity by tlaqua
Update on this - If anyone else is facing this issue, the Database default collation is what defines the collation of the object names, so you can set the default database collation to Case Insensitive (or whatever you were before, we were CI_AS) and then when you create tables in the database, you have to explicitly define the collation at BIN2 for each column with a character datatype as it will use the Database default in the absence of an explicit collation specification. / comments
Update on this - If anyone else is facing this issue, the Database default collation is what defines the collation of the object names, so you can set the default database collation to Case Insensi...
Option to make Column names match object definition? (BIN2 collation)
I'm working with a conversion where the collation changed from CI to BIN2 and fixing the casing of column names in statements and stored procedures is really arduous. Any chance there's a checkbox...