服务器: 消息 7411,级别 16,状态 1,行 1
服务器 'ERPSysSoluctions' 没有为 RPC 的目的而配置。
解决方法:
(1)
exec sp_serveroption 'srv_lnk','rpc out','true'
exec sp_serveroption 'srv_lnk','rpc','true'
(2)
<1>SqlServer2000 在企业管理器中-->数据库-->安全-->链接数据库-->点击你需要配置的链接数据库-->属性页-->
"server Options"-->勾选RPC和RPC Out
<2>SqlServer2005 在Microsoft Sql Server Management Studio -->服务器对象-->连接服务器-->右击你需要配置的链接数据库-->选择页,服务器选项 RPC和RPC Out 改为 “True“