备份SQL Server维护计划

发布于 2024-11-27 16:14:37 字数 88 浏览 1 评论 0原文

是否可以备份维护计划?备份包含所有代理作业的 msdb 数据库是否足够?我使用 SQL Server 2008。

谢谢。

Is it possible to backup Maintenance Plan? Is it enough to backup msdb database that has all Agent Jobs? I use SQL Server 2008.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

纵情客 2024-12-04 16:14:37

对于这个问题的简单回答 - 是的,请备份您的 MSDB 以及其他数据库。 (它还包含其他功能的详细信息,例如复制、备份历史记录等)

编辑:将添加 - 如果您还没有这样做,那么在您使用时也会备份您的主版本。

Simple answer for this one - yes, keep your MSDB backed up as well as your other databases. (It contains details for other features as well, such as replication, backup history etc)

Edit : will add - back up your master as well whilst you are at it, if you are not doing that already.

三五鸿雁 2024-12-04 16:14:37

您可以导入和导出维护计划。连接到托管维护计划的 SQL Server 实例上的 Integration Services。使用存储的包 -> MSDB->
维护计划。使用维护计划的上下文菜单并选择导入选项

或者如果您打开维护计划之一的上下文菜单,则可以选择导入或导出

You can both import and export maintenance plans. Connect to the Integration Services on the SQL Server instance that hosts the maintenance plans. Use the Stored Packages -> MSDB ->
Maintenance Plans. Use the context menu of the Maintenance Plans and select the Import option

Or if you open the context menu of one of your maintenance plans, you can select either Import or or Export

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文