Open SQL Management Studio.
Right-click on the affected database in SQL Management Studio.
Select “Restore Database” (Restore => Database).
Select your backup under Device.
Also select the following options:
Overwrite the existing database
Close existing connections
Then confirm the restore process by clicking OK.
After restoring the database, you may need to adjust the SQL user. To do this, proceed as follows:
Delete the SQL user in the database => expand etask_XXXX
Expand Security.
Expand Users and delete the SQL user (usually etask_XXXX, where XXXX stands for the customer code; please contact eTASK for this information).
Afterward, the existing SQL user must be reassigned from the SQL Server to the database. To do this, close the “Databases” menu item and open the “Security” menu => “Logins” => double-click etask_XXXX.
Under User Mapping, locate the corresponding database and set the following options:
After that, the FM Portal can use the restored database.