Top "Backup" questions

The act of saving one's files, data, applications, etc.

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
copy all files and folders from one drive to another drive using DOS (command prompt)

i want to copy all files and folders from one drive to another drive using MS-DOS. How to do it? …

file filesystems backup dos copy-paste
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
SQL server 2008 backup error - Operating system error 5(failed to retrieve text for this error. Reason: 15105)

Can anyone help me, I'm trying to backup a database located on localhost\SQLEXPRESS but i keep getting the following …

sql-server backup
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
How can I backup a remote SQL Server database to a local drive?

I need to copy a database from a remote server to a local one. I tried to use SQL Server …

sql sql-server backup
How can I schedule a daily backup with SQL Server Express?

I'm running a small web application with SQL server express (2005) as backend. I can create a backup with a SQL …

backup sql-server-express scheduled-tasks
DBCC SHRINKFILE on log file not reducing size even after BACKUP LOG TO DISK

I've got a database, [My DB], that has the following info: SQL Server 2008 MDF size: 30 GB LDF size: 67 GB I …

sql-server backup transaction-log dbcc