Using SQL 2005 I have a contact name field where the first and last names are stored together. Some of the last names start with Mc. I need a script that will capitalize the letter after the Mc. Here are examples of data in the table.
Bill Mcconnell
Jim Mccall
Joe Smith
Tim Lansing
Dan Mcqueen
Any help would be appreciated.
Bill Mcconnell
Jim Mccall
Joe Smith
Tim Lansing
Dan Mcqueen
Any help would be appreciated.