Viewing 4 posts - 1 through 4 (of 4 total)
IT WORKED!!
update tel_tldiremp
SET email_address = Replace(email_address, 'emailaddress.net', 'newemailaddress.net')
IT WORKED!!!
THANK YOU!! IT WORKED!
January 3, 2007 at 1:38 pm
SET email_address = Replace(email_address, 'emailaddress.net', 'newemailaddress.net')
Gives this errorLine 1: Incorrect syntax near '='.
January 3, 2007 at 1:11 pm
SELECT email_address , Replace(email_address, '@emailaddress.net', '@newemailaddress.net')
FROM dbo.TableName
This delivers all email addresses not just the email addresses ending in emailaddress.net. 20,000 emails vs 2,000. I messed around with it a bit...
January 3, 2007 at 12:57 pm
Thank you for your reply. Further investigation of my configuration has left me with a bit of an empty feeling. This is what I have - one physical drive, RAID 5,...
March 10, 2006 at 10:18 am
Viewing 4 posts - 1 through 4 (of 4 total)