IT admin has uninstalled the test SQL Server instance. It had a huge real time test data. I want to know if
- Uninstalling an instance deletes the database?
- Is there way to recover the lost database?
IT admin has uninstalled the test SQL Server instance. It had a huge real time test data. I want to know if
Not necessarily. As long as the .mdf
file is still on the disk, you can attach it to a new instance.
If the .mdf files are still out there, you should be able to just reattach to the live instance.