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

Do SQL Server Logs get Backed Up? 1

Status
Not open for further replies.

JohnBates

MIS
Feb 27, 2000
1,995
US
hi all,

When we perform a Backup Database for the system databases, does that also backup the Agent log? Agent.out

I'm thinking that these logs never get backed up because they are outside of any database.

Thanks, john
 
Hi,

Those files (Agent log and Agent.out) are outside of any database and those files must be backup with other toll like NT backup, backup-exec, etc...

Only the transaction-log of a database can be backuped by "BACKUP LOG" sql statement.

Calico
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top