Viewing 5 posts - 16 through 20 (of 20 total)
Thanks for the replies guys.
I'm sure this info will help me.
July 24, 2008 at 7:39 am
If you are using native SQL 2005 backups (*.bak) then you can couple this piece of code to the end or beginning of your maintenance plan.
EXECUTE master.dbo.xp_delete_file 0,N'FILEPATH',N'BAK',CLEANUPDATE,1
FILEPATH refers to...
July 23, 2008 at 1:10 am
One more question:
You mentioned documentation for RedGate sqlbackup?
Our senior DBA has the left the company I am not aware of us having any documentation for this product. We have over...
July 22, 2008 at 1:40 pm
Thanks for the reply.
I did manage to find that code earlier but am I correct in understanding that in order to cleanup the backups you actually need to take a...
July 22, 2008 at 1:32 pm
Upon seraching the net further I see that master.dbo.xp_delete_file only deletes native SQL backups (despite allowing for a file extension parameter which makes no sense...)
Is there perhaps a RedGate command...
July 22, 2008 at 8:15 am
Viewing 5 posts - 16 through 20 (of 20 total)