Database Backup Questions

1

Restoring a backup from Brightstor 12 server
Can we restore a backup from a Brightstor 12 server without the database? What would be the procedure for that?

Answer Question   |  June 7, 2011  2:29 PM
Backup, BrightStor, BrightStor ARCserve Backup 12, Database Backup, Database backup and recovery
asked by:
1,110 pts.

Back-up copies of the database
We have an access dbase that has multiple users for data entry. without fail, we end up with several “back-up” copies. Is this the result of the different users “saving” or is it from having shortcuts on their individual laptops?

Answer Question   |  May 2, 2011  6:12 PM
Access Database, Database Backup, Database Backup Strategies
asked by:
5 pts.

Backup/recovery across multiple schema
What is the best strategy for backup/recovery of multiple schemas in a database

Answer Question   |  October 1, 2010  8:40 PM
Backup and Recovery database, Database Backup, Database backup and recovery, Database Backup Strategies, Database schema
asked by:
5 pts.

Database backup terminating abnormally
m running this code for backing up and to have backup log backup database adventureworks to disk = ‘g:radvent6.bak’ mirror to disk=’g:radvent7.bak’ with format,checksum,stop_on_error use adventureworks insert into HumanResources.department (name,groupname)values(‘dreee’,'reserch’) backup log adventureworks to disk=’g:radvent6.trn’ after the backup log command executes shows the error as The statement BACKUP LOG is not allowed while the recovery [...]

Answer Question   |  April 11, 2011  12:38 PM
Backup, Database Backup, SQL Server 2008
asked by:
15 pts.

DB backup is hung
What are the different ways to know if DB backup & archive log backup process have hung. How can we know the average run time of db backup & archive log backup ? What are the advisable checks to be performed / steps to be taken if we observe the backup is slow (determined by [...]

Answer Question   |  July 14, 2009  9:39 PM
Backup, Backup servers, Database Backup
asked by:
15 pts.

Deleting Nightly Database Backups (dumps)
How do you set up a maintenance plan to delete or overwrite daily database backups (*.bak) file. My maintenance plan in SQL 2005 does not work…it doesn’t do the cleanup it continuously appends to folder and I have to manually delete the files everyday

Answer Question   |  June 25, 2009  3:57 PM
Database Backup, Database backup and recovery, Database maintenance, SQL 2005
asked by:
15 pts.

Oracle archives are not moving from primary to standby database
Archives are not moving from primary to standby database, which are in the same machine. What things do I need to check?

Answer Question   |  February 3, 2009  4:10 PM
Backup, Database Backup, Oracle Archives, Oracle backup, Standby Database
asked by:
190 pts.

Permissions for writing stored procedures in MySQL
Hi Friends, I have been using navicat to connect MySql5.0 in my local evironment.I connect my java project to MySql database as backend. Now my problem is, I generated an sql script to backup my local database. I run the script in server. Tables were created. But in the case of stored procedure, I got [...]

Answer Question   |  January 27, 2009  12:31 PM
Database Backup, Error 1044, Java development, MySQL, MySQL Access Denied error, MySQL backup, MySQL Stored Procedures, Navicat, SQL stored procedures, Stored Procedures, Web development
asked by:
5 pts.

SQL Server database backup (URGENT)
Hi I have a db backup requirement. As shown in the attached image current system is as follows: There are three source databases such as DB001, DB002 and DB003. Each DB having one table as dbo.EMP and same table schema. Emp table consists of EmpID (PK) and EmpName. One backup database i.e, DBbackup I need [...]

Answer Question   |  November 28, 2008  11:14 AM
Database Backup, SQL Server 2005 backup, SQL Server backup
asked by:
40 pts.

automate Oracle database backup on Windows 2000 server
Hello, I have to make a cold backup of our test database. The database is oracle 8.1.7 on a Windows 2000 server. I have made bat files to do this and have scheduled them in the Windows scheduled tasks application. This works fine. I check to see if my jobs have run successfully by looking [...]

Answer Question   |  October 17, 2008  1:43 PM
Backup, Database Backup, Oracle 8i, Oracle backup, Oracle database backup and recovery, Windows 2000 Server
asked by:
10 pts.

1