SQL Server 2008 中的远程维护计划

发布于 2024-09-29 03:19:15 字数 343 浏览 0 评论 0原文

我在 SQL Server 2008 的实例 #1 中设置了维护计划。理论上,它将连接到实例 #2 并将这些数据库备份到实例 #1 的硬盘驱动器上。

我已经:

  • 在实例 #2 上创建了登录
  • 假定登录具有备份数据库所需的正确权限(我测试过)
  • 在维护计划中创建了到实例 #2 的工作连接(我测试过)

但是,该计划将不执行,我得到的唯一错误是“维护计划失败”。我缺少什么吗?

非常感谢任何帮助。提前致谢!

更新:我在实例 #2 上创建了一个维护计划,该计划将备份实例 #2 的数据库,然后将它们发送到安装实例 #1 的计算机。这也行不通!

I've set up a maintenance plan in instance #1 of SQL Server 2008. In theory, it will connect to instance #2 and back up those databases to the hard drive of instance #1.

I have:

  • Created a login on instance #2
  • Given that login the correct permissions needed to back-up a database (I tested it)
  • Created a working connection in the maintenance plan to instance #2 (I tested it)

However, the plan will not execute and the only error that I get is "The maintenance plan failed." Is there something that I'm missing?

Any help is greatly appreciated. Thanks in advance!

UPDATE: I created a maintenance plan on instance #2 that would back up instance #2's databases and then ship them over to the machine that instance #1 is installed on. This did not work either!

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

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

发布评论

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

评论(1

半山落雨半山空 2024-10-06 03:19:15

如果是 sql server 代理执行维护计划,请检查其权限实例 #2 或使用代理帐户执行 SSIS。

if it's sql server agent executing the maintenance plan check its permission instance #2 or use a proxy account for SSIS exectuion.

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