How to change lowercase course IDs to uppercase in the Course table (CRS) using SQL. 


UPDATE CRS 
SET CN = UPPER(CN)
WHERE UPPER(CN) COLLATE Latin1_General_CS_AS <> CN
SQL


Changes cascade to GRD, GRH, CAR, HIS, MST, and SMS