ok, if that's the case check out the below post...
http://www.vmware.com/community/thread.jspa?messageID=744669
also here's how to detach the db...
• At a CMD prompt type “osql –E –D prompt type the following, “use master” closes the connection to the vcdb so it can be detached, go executes the previous SQL statements.
o Use master
o Exec sp_detach_db ‘vcdb’
o Go
• Copy the two database files (vcdb.mdf and vcdb.ldf) to the destination VC server MSDE data directory.
Message was edited by:
esiebert7625