August 6, 2019 at 12:00 am
Comments posted to this topic are about the item SQL Agent in Level 5 of the Stairway of SQL Server on Linux
August 6, 2019 at 3:48 pm
This may be a dumb question - but is there a good way to say, clear out backup files older than "x" days via the SQL Agent for these backup jobs? I know you could do a cron job to automate this, but I was hoping there was such a thing that would allow the agent to take care of this just to keep all of the backup routine in one place.
August 6, 2019 at 6:09 pm
You have to write the logic in the Agent job to do this, and likely set this to be a shell type of job. T-SQL jobs can't see the filesystem.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy