I have server name called X and i want to convert this server using Virtual to virtual.However, I want to rename this server to Y.What are the steps to rename the server after V2V conversion?
You need to run sp_dropserver and sp_addserver after renaming the machine. Also, if you have SQL Agent jobs that reference the server name, you will need to update those as well.