A few options..
1. Restore the entire database to another database, using a different database name, and recover the tables from there
2. Restore the database to another SQL server, maintaining the original name, and recover from there
3. Use a 3rd party tool to mount the restore (e.g. [Red Gate SQL Virtual Restore][1] or [Idera virtual database][2]) and recover from that
[1]: http://www.red-gate.com/products/sql_virtual_restore/index.htm
[2]: http://www.idera.com/Products/SQL-toolbox/SQL-virtual-database/
↧