请教一个系统报错

vivachiu926 2005-08-23 10:12:54
系统提示: Executed as user: ABII-CHINA\srvsql. Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query. [SQLSTATE 42000] (Error 7405). The step failed.
在运行job调用sp时老是有这样的报错,为什么啊?
...全文
64 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
子陌红尘 2005-08-23
  • 打赏
  • 举报
回复
SET ANSI_NULLS ON
GO

SET ANSI_WARNINGS ON
GO

...


SET ANSI_NULLS OFF
GO

SET ANSI_WARNINGS OFF
GO
vivachiu926 2005-08-23
  • 打赏
  • 举报
回复
系统提示: Executed as user: ABII-CHINA\srvsql. Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query. [SQLSTATE 42000] (Error 7405). The step failed.
在运行job调用sp时老是有这样的报错,为什么啊?

22,209

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server 疑难问题
社区管理员
  • 疑难问题社区
  • 尘觉
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧