How to: Recover a Database from a Backup Without Restoring Data (Transact-SQL)
SQL Server 2008 R2
This topic explains how to recover a database in a restore operation without restoring data.
To recover a database without restoring
Execute the RESTORE DATABASE statement, specifying:
The name of the database to be recovered.
The RECOVERY clause.