Top "Database-backups" questions

database-backups are intended to preserve data by serializing database tables to a text format or exporting them to a binary format

how to schedule backup in sql server 2008?

how can I schedule daily backup at 9:00pm in SQL server 2008?

sql-server-2008 backup schedule database-backups
Override file while backup database

I want to back up a database using this code sqlcmd -S servername -Q "BACKUP DATABASE [DBName] TO DISK = 'C:\…

sql-server database backup database-backups
sql server restoring back up error

I have backed up a database I had created on an other machine running SQL server 2012 express edition and I …

backup sql-server-2012 database-backups sql-server-2012-express
Backup failed for Server, The media is formatted to support 2 media families Error

Can any body tel me how to overcome this error when taking a backup in SQL Server 2008 Express? Backup failed …

sql tsql sql-server-express database-backups
How can I change default backup location for oracle11g using RMAn?

I want to change to another drive due to lack of disk space. How can I change the default location …

oracle11g database-backups rman
pg_dump: too many command line arguments

what is wrong with this command: pg_dump -U postgres -W admin --disable-triggers -a -t employees -f D:\ddd.txt …

postgresql dump database-backups pg-dump
postgresql: .pgpass not working

I have created a .pgpass file in my home directory which looks like this localhost:5432:somedb:someuser:somepass I am …

bash postgresql database-backups
How to do automatic mysql db backup using mysql workbench

How to do automatic mysql db backup using mysql workbench? Is it possible?

mysql database-backups
mysqldump extracting data without table structure

I'm trying to dump all of my mysql data for one database into a single file. That said, I don't …

mysql mysqldump database-backups
how to backup a django db

I have a Django application that uses a Postgres database. I need to be able to backup and restore the …

django database-backups database-restore