Note:
This guide is for skilled computer administrators with experience in working with databases. It is intended to help you restore an SQL database. However, this guide is in no way a basis for claims in case of data loss. The customer is solely responsible for ensuring a full, correct and recoverable backup of all data.
1. Recovery of a database
As described in “Setting up an SQL backup for BMD NTCS”, a correctly configured and working SQL backup is required!
From Windows 10 / Server 2016
Search for “SQL Server Management Studio” in the Windows Start menu or in the Windows task bar search box.
Alternatively, you can also find the program in Windows Explorer under the following path:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft SQL Server 20xx
Replace “xx” with the SQL version in use.
Older SQL Server versions have a slightly different path and name and can be found under the following path:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft SQL Server 20xx
PLEASE NOTE!
If Windows User Account Control (UAC) is active, you have to start SQL Server Management Studio by right-clicking and selecting “Run as administrator”!
In SQL Management Studio → right-click on “Databases” → Restore Database…
1.5. Detaching and deleting the restore database
Once the desired data have been exported, make sure to detach and delete the database to prevent users from continuing to work in the wrong database.