Top "Restore" questions

Use this tag on any questions related to data restore (in contrast to data recovery).

SQL Server Restore Error - Access is Denied

I created a database on my local machine and then did a backup called tables.bak of table DataLabTables. I …

sql-server sql-server-2005 backup restore
Restore DB — Error RESTORE HEADERONLY is terminating abnormally.

I have taken backup of SQL Server 2008 DB on server, and download them to local environment. I am trying to …

sql sql-server restore
What is the correct way to restore a deleted file from SVN?

I deleted a file from a repo and now want to put it back. The best I can figure out …

svn tortoisesvn restore
Opening a SQL Server .bak file (Not restoring!)

I have been reading a LOT of google posts and StackOverflow questions about how to restore a database in SQL …

sql-server sql-server-2008 backup restore
Error restoring database backup

I am getting an error using SQL Server 2012 when restoring a backup made with a previous version (SQL Server 2008). I …

sql-server database exception-handling restore sql-server-2012
Restore database backup over the network

How do you restore a database backup using SQL Server 2005 over the network? I recall doing this before but there …

sql-server database sql-server-2005 backup restore
Restore SQL Server DB without transaction log

Given a SQL Server 2008 .bak file, is there a way to restore the data file only from the .bak file, …

sql-server restore transaction-log
Restore Deleted Files in Eclipse IDE

Two days ago, I deleted five Java files in Eclipse IDE and now I need them. I tried to restore …

java eclipse restore
Retrieve/Recover deleted Netbeans project

I was just working on my Netbeans project and accidentally deleted it and don't know how to recover it. Is …

netbeans project restore recover
When exactly are onSaveInstanceState() and onRestoreInstanceState() called?

The following figure (from the official doc) describes the well-known lifecycle of an Android activity: On the other hand, when …

android android-activity restore android-lifecycle