To recover a database without restoring
This example recovers the MyNwind database without restoring from a backup.
-- Restore database using WITH RECOVERY.
RESTORE DATABASE MyNwind
WITH RECOVERY
Recovering a Database Without Restoring | RESTORE |