I have a table of several thousand customer names. The full customer name is in one field and I want to separate it into first name and last name. There has to be a sql command that will separate or trim a string before or after a space. I've looked at ltrim and substring, but they don't seem to do what I'm needing. Does anyone have any suggestions?