Rename SQL Server
During the migration of SQL databases to a new SQL Server we find that we must rename the SQL Server to the original server name. Renaming a machine on the network is easy eough but we must also run a T-SQL script to rename the server in MS-SQL
To correct @@SERVERNAME for a default instance use [...]
