新建 存储过程时报错
生活随笔
收集整理的这篇文章主要介绍了
新建 存储过程时报错
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
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.
将存储过程的头部修改了一下:
USE [css2]
GO
/****** Object: StoredProcedure [dbo].[sp_order_exchange_css2] Script Date: 09/05/2012 13:43:02 ******/
SET ANSI_NULLS OFF // 改为 SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
转载于:https://www.cnblogs.com/withoutaword/archive/2012/09/05/2671902.html
总结
以上是生活随笔为你收集整理的新建 存储过程时报错的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: dropdownlist总是获取第一个值
- 下一篇: hadoop hive安装手记(转)