• A simple verification - on the server in question, execute a

    select @@servername

    If this returns the correct server name then you are all done. If not use the sp_dropserver, sp_addserver method to change the name.