每月前 10 天的 SQL Server 维护计划
如何在 SQL 2008 中为每月前 10 天运行的完整备份创建维护计划? 谢谢!
How to create a a maintenance plan for a full backup that run the first 10 days of the month in SQL 2008?
THANKS!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建维护计划并安排其每天运行。
然后进入“SQL Server 代理”中的作业并修改启动备份的 TSQL - 在那里放置一个仅在该月的前 10 天执行备份的条件。
Create the maintenance plan and schedule it to run every day.
Then go into the job in "SQL Server Agent" and modify the TSQL that launches the backup - put a condition there that will only execute the backup on the first 10 days of the month.