Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BackUp Exec Skipping SQL Server databases

Status
Not open for further replies.

SeanB

Programmer
Jul 19, 2001
70
US
Does anyone know why when I am running Backup Exec I am getting Failure and it says all the files under the Data directory are in use - skipped??
 

As long as SQL Server is running the files are in use and cannot be backed up. You have a few options.

1- Stop SQL server while backing up the server. This is usually not acceptable.
2- Use SQL Server to backup the databases and use Backup Exec to backup the SQL backup files. This is similar to the method we use.
3- Use a backup product with a SQL Server agent that will hook into SQL Server and backup the databases.

Others may have additional recommendations. Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it and comment if you have time.
NOTE: Reference to the FAQ is part of my signature and is not directed at any individual.
 
Thanks man. That is what I was thinking as well. I appreciate it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top