• You can always run this query to update the data

    Update dbo.YourTable set YourColumn = UPPER(YourColumn)

    then I would put an on insert/update and run the same query for that column.