Activity overview
Latest activity by AHertweck
It didn't occur to me to break those out into separate commands.
Thanks! / comments
It didn't occur to me to break those out into separate commands.
Thanks!
Multiple COPYTO with different delete timeframes
I'm looking to do something like this:
Daily backups held for 14 days
BiMonthly backups held for 6 months
Yearly backups held for 4 years
DECLARE @exitcode int
DECLARE @sqlerrorcode int
Declare @ba...