I’m reviewing the code for the upcoming Minion CheckDB, and one of the things we’re checking for is case consistency in column names. For example, if Table1 has a column named Col1, and Table2 has COL1, well that’s no good. But, how do we easily find those mismatches on a system that’s not case sensitive? Easy: … Continue reading Compare column names for case sensitivity
The post Compare column names for case sensitivity appeared first on The MidnightDBA Star-Times.