I’m trying to query my SQL Server 2000 database to see if some of my columns contain lower case values.
For example, if a column contains the value THIS IS VALID then this is valid. If the column value is THIS IS VALID I Snuck In lol: SOME VALUES then this is not valid and would like to return the row.
I really don’t want to do this manually because it would be quite error prone, time consuming (50k rows) and 20 columns.
1 Answer