Does anyone know of a way to add or remove spaces after commas with a script? I have a SQL Database that is setup with this format: Lastname,Firstname and another Database that uses this format: Lastname, Firstname. I'd like to be able to add the space so they are uniform. Any thoughts?