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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup SQL Server 1

Status
Not open for further replies.

technical1

Technical User
Sep 2, 2002
52
GB
I have a question regarding backing up SQL 2000 databases.
I back my database every night at 2am using sql server enterprise manager. I also back my transaction logs to disk every 1 hour.

My question is, if im already writing the backups to disk then using BrightStor and a Windows remote agent couldnt i back up the database and transaction logs to tape.

Thus not requiring a SQL Server agent?

Regards,
Vinay
 
The purpose of the application/database agents is to allow your application to keep running while giving you the ability to backup the application reliably, and keep disk use to a minimum.

By using the SQL built in backup or export commands and then backing those up at the file level, you are just as safe as using the agents, just taking up more disk space than if you were using the agents.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top