Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL 7.0 Database Backup

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-01-20 : 08:17:51
Kelvin Ng writes "i would like to create backup for these database ;

1) master - daily full backup
2) msdb - daily full backup
3) model - daily full backup
4) userdatabase - daily full backup + every 4 hours differential backup + every half hour transaction log backup

the problem is the backup for userdatabase is growing bigger & bigger (i choose append options), how do i schedule it to overwrite the the backup file for differential & transaction log after the full backup."

Page47
Master Smack Fu Yak Hacker

2878 Posts

Posted - 2003-01-20 : 08:38:58
Once a day, use the WITH INIT arguement.

Jay White
{0}
Go to Top of Page
   

- Advertisement -