I'm asking for help understanding what happened in my situation or what and if I did something wrong.
I have production server running on a Windows 2003 server with MSSQL Express 2005 with an app (production server). I was told to prepare a test machine so we can test a new version of the application running in the production server.
Since the server is virtualized (vmware esxi 4.1), we took it down, cloned it and booted it again. For the cloned version, we changed the name and IP.
Since the new version required SQL Express 2008, I removed the 2005 version and installed the 2008.
When I was ready to restore the database, I went to the production server to create a backup of the database and restore it in the test server...
My surprise when I discovered that, on the production server, the database was gone... deleted and the application was not running giving errors...
How did the database get deleted in the SQL Server 2005? The SA account does not have the same password... the database is the same name, the user of that database is the same and the password is also the same...
When I removed the SQL Server 2005 in the test server, did it remove the database from the production server? How?
Can someone help me to understand what went wrong? Did I delete the database?