How to Change Your SQL 2008 Database Instance Name

So with a little hunting and SQL queries I found out that SQL Server doesn’t use the network name, it only excepts that as an alias. My SQL Server instance was still named “old_name”. I found that out by running these two queries: 1sp_helpserver 2select @@servername...