So I've been tasked with converting our physical SQL server (with many databases referencing about 5 other virtual servers) I have never converted a SQL server box and am looking for some Best Practices or known issues to watch out for. I've been reading about what to do, what NOT to do, etc. I am planning on using the VMware Converter Standalone to perform the conversion. I know I need to stop all SQL services, or pause the databases. But what is the best way, step-by-step, to do this? Should I use the "Synchronize" function in the converter? Do I need to restore each database from a latest backup to the converted VM? Or can I simply stop services, convert it then bring it online? Are there queries I need to run on the databases after the conversion? I am not a DBA.... !
Anyone else have experience in converting a SQL box?