• As far as I understand, it should be more like this to keep the "prod" at the end of the name.

    UPDATE TA

    SET ServerName = STUFF(ServerName, CHARINDEX('.', Servername), CHARINDEX(' ', Servername) - CHARINDEX('.', Servername), '')

    WHERE ServerName LIKE '%.%'

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2