Code:
BACKUP DATABASE [LIVE]
TO DISK = N'E:\Backup\Live_Backups\Live_Backup.bak'
WITH NOFORMAT, NOINIT,
NAME = N'LIVE-Full Backup',
SKIP, NOREWIND, RETAINDAYS = 3, NOUNLOAD, STATS = 10
I'm running the command above to create my nightly full backup, but rather than keeping the last 3 backups it's got at least 12 in there. I've obviously got something screwy, any ideas why it's not clearing out the old backups?
Cheers.
I love deadlines. I like the whooshing sound they make as they fly by
Douglas Adams
(1952-2001)