SQL Server 2008 中的远程维护计划
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果是 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.