We want to create 4 "identical" Sql servers (standardization). Identical in their drive layout as well as where the sql bits reside, where tempdb resides, where the mdf and ldf files reside. We can either create 4 Windows boxes and run a sql unattended installation script on each or simply clone a Hyper Guest with Sql already installed.
I think the cloning approach is better. Do you agree with that?
edm2