quinnipiac0807
Programmer
This could be a dumb question but I'll give it a go anyway. I'm using SQL Server 2000, and I'm trying to take a variable and make sure it has no spaces in it, ANYWHERE!!! As easy at this seems it's really confusing me.
Ex. - If a varibalbe looks like this 'Lee Ann', I want to change it to this, 'LeeAnn'.
The reason I'm doing this is because I'm creating email addresses from a very long list of first names and last names, and spaces are a no go in email addresses.
I know this is probably pretty easy, but thanks in advance for the help.
Ex. - If a varibalbe looks like this 'Lee Ann', I want to change it to this, 'LeeAnn'.
The reason I'm doing this is because I'm creating email addresses from a very long list of first names and last names, and spaces are a no go in email addresses.
I know this is probably pretty easy, but thanks in advance for the help.