Is it posible to change instance name in SQL SERVER? Now I have ./MSSQLR2 and
I would like ./SQLEXPRESS. I was trying to do this through this commands
--sp_dropserver 'HYDROGEN\MSSQLR2';
--sp_addserver 'HYDROGEN\MSSQLR2', local;
and then restart server, but It seems not work.