With close to 3/4 of a million rows in the table and no previous standard for data input, I have a SQL DB that is full of UPPER CASE entries. I want to convert them all to Proper or Title case. Is there a T-SQL command that I can execute safely to do this “automagically”? I have looked around but have not found a reliable and viable solution. Thanks in advance for the help!