Viewing post 1 (of 2 total)
Thank you for taking a look, This is the code I have been trying.
UPDATE TA
SET ServerName= REPLACE(ServerName, '%.%.dim.com', '')
WHERE Servername like '%.%.dim.com%'
basically I want to remove anything that starts with...
December 17, 2013 at 12:39 pm
#1674207