Not sure if this is the correct place to ask, but I was hoping to get some feedback on the database backend piece that VMWare uses.
We have a 3 node ESX 3.0.1 cluster right now. We just migrated the database files from MSDE to a SQL Server 2005 SP1 server.
Since this migration has happened, i've been able to dig a little deeper into the database side of things for VMWare.
I've had some very curious things happen since this has moved from MSDE to SQL Server 2005. Specifically, my tempdb.mdf, I have seen skyrocket all the way to 95gigs.
I am trying to gather some more information on how VMWare uses the database and what happens with the transactions. This just seems awfully high for the tempdb. Today, some work was done and I saw the vcdb.ldf file go from 10mb to 4gigs after a couple VM's were created.
Is this normal?
ANyone have links to info on this? Things I should look for?
What should the recovery mode be set to? Right now, it is at simple.
What should the compatibility level be set to?
Really appreciate the help.
TCG
EDIT: Hmm...whos the owner of the database supposed to be?