i changed the computer name, and entered this commands in SQL server management studio (ssms)
sp_dropserver <old_name>;
sp_addserver <new_name>, local;
i press this query
select * from sys.servers
is this okay? the location, provider string, catalog is NULL?
How can i know if everything changed according to the new Server name? do i need to reinstall SSMS again?