ESX 3.5 Virtual Server
Windows 2003 Enterprise SP2
SQL Server 2005 SP2 (9.0.3068)
GP 10.00.1411
I’m looking to create a test environment from our production server. Is there any official guidance (KB, whitepapers) on the process?
I was considering restoring a backup of the current production server as a new virtual machine. This VM would have the IP and host name changed before being rejoined to the domain.
I would then use these SQL statements to rename the server in the database:
sp_dropserver <oldname>
go
sp_addserver <newname>, local
Does this sound practical? Anyone have any tips or issues to watch out for?
Thanks.
David.
*This post is locked for comments