Top "Restore" questions

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

How can I retrieve the logical file name of the database from backup file

I was looking into the steps of how to Restore Database Backup using SQL Script (T-SQL). Here are the steps: …

sql sql-server backup restore
change database name controlfiles after restore?

I have restored database with the name DB to another database called DB01 it is in STARTED status (not mounted) …

oracle11g backup restore rman
Moving a Subversion repository to another server

I have a server that hosts my Subversion code base. That server is currently a Windows Server 2003 box, and my …

svn backup restore
PostgreSQL: improving pg_dump, pg_restore performance

When I began, I used pg_dump with the default plain format. I was unenlightened. Research revealed to me time …

performance postgresql backup restore
PostgreSQL: database restore from dump - syntax error

I'm trying to restore a PostgreSQL database by executing the SQL that pg_dump created, on an empty database. I'm …

postgresql import restore dump
Speeding up mysql dumps and imports

Are there any documented techniques for speeding up mySQL dumps and imports? This would include my.cnf settings, using ramdisks, …

mysql backup restore
How do I restore a single table from a SQL Server 2005 backup?

I've got a backup made using the regular SQL Server 2005 backup command. Is there a way to restore just a …

sql-server backup restore
Git - Can we recover deleted commits?

I am surprised, I couldn't find the answer to this on SO. Can we recover/restore deleted commits in git? …

git restore git-commit
Simple Backup and Restore for mysql Database from Java

How to backup a mysql database from a java code such that: It's saving path is dynamically allocated. Spaces in …

java mysql database backup restore
SQL Server backup/restore vs. detach/attach

I have one database which contains the most recent data, and I want to replicate the database content into some …

sql-server backup restore