Top "Restore" questions

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

SQL Server: Database stuck in "Restoring" state

I backed up a database: BACKUP DATABASE MyDatabase TO DISK = 'MyDatabase.bak' WITH INIT --overwrite existing And then tried to …

sql-server backup restore
Restore a postgres backup file using the command line?

I'm new to postgresql, and locally, I use pgadmin3. On the remote server, however, I have no such luxury. I've …

postgresql command-line backup restore
How to take backup of a single table in a MySQL database?

By default, mysqldump takes the backup of an entire database. I need to backup a single table in MySQL. Is …

mysql backup restore
How to restore to a different database in sql server?

I have a backup of Database1 from a week ago. The backup is done weekly in the scheduler and I …

sql-server-2008 backup restore
"No backupset selected to be restored" SQL Server 2012

I have a SQL Server 2012 database with filestream enabled. However, when I backup it and try to restore it on …

sql-server restore sql-server-2012
Restoring MySQL database from physical files

Is it possible to restore a MySQL database from the physical database files. I have a directory that has the …

mysql backup restore
When restoring a backup, how do I disconnect all active connections?

My SQL Server 2005 doesn't restore a backup because of active connections. How can I force it?

sql-server sql-server-2005 backup restore disconnect
SQL-Server: Is there a SQL script that I can use to determine the progress of a SQL Server backup or restore process?

When I backup or restore a database using MS SQL Server Management Studio, I get a visual indication of how …

sql-server backup restore
What does "restore purchases" in In-App purchases mean?

I don't really understand this idea. Do I have to provide a restore button for the user? What method should …

iphone in-app-purchase restore
Can I restore a single table from a full mysql mysqldump file?

I have a mysqldump backup of my mysql database consisting of all of our tables which is about 440 megs. I …

mysql backup restore