Top "Database-restore" questions

A lot of "invalid command \N" when I try to restore PostgreSQL dump

I made a backup of a database on my mac and tried to restore it on a computer with ubuntu. …

postgresql dump database-restore pg-dump
Best way to auto-restore a database every hour

I have a demo site where anyone can login and test a management interface. Every hour I would like to …

sql-server database sql-server-2008 database-restore
Restore SQL Server DB direct from another DB

How can I restore a live database without taking its backup first? We can do this from SQL Server Management …

sql sql-server tsql database-restore
Restoring the database.bak from local machine to the server

I am trying to restore the whole db with diagrams nd foreigns keys to the existing database on the server …

sql sql-server-2008 database-restore
Restoring SQLite DB file

I'm implementing a backup/restore system in my android app. An automatic backup occures every couple of minutes. I'm trying …

android sqlite android-sdcard database-backups database-restore
How to restore a SQL Server database backup without knowing the destination path or filenames?

I need to programmatically (T-SQL) restore a database backup in SQL Server 2008. This backup comes from a different server and …

sql-server sql-server-2008 tsql database-restore
How to backup linked servers with SQL Server?

I want to backup/restore my data which is distributed in some linked servers, which are connected or linked in …

sql-server linked-server database-backups database-restore
Trying to restore from .bak file old version to new

The database was backed up on a server running version 8.00.2039. That version is incompatible with this server, which is running …

sql sql-server database-restore
get the list of db2 tables which have been changed since a particular timestamp say since 20120801185856 timestamp

Is there any way in IBM DB2 to get the list of tables which have been changed(updated/added/deleted) …

db2 database-restore
How to insert into a temp table the info given by RESTORE FILELISTONLY / HEADERONLY / VERIFYONLY

How to insert the resultset given by the commands RESTORE FILELISTONLY RESTORE HEADERONLY RESTORE VERIFYONLY into an automatically generated temp …

sql-server sql-server-2008 temp-tables database-restore