【发布时间】:2012-02-21 20:34:14
【问题描述】:
我有这个错误信息:
SELECT failed because the following SET options have incorrect settings: 'ARITHABORT'.
Verify that SET options are correct for use with indexed views and/or indexes on computed
columns and/or query notifications and/or xml data type methods.
我只想知道为什么当我从 asp 代码调用我的存储过程时它给我错误,而当我在管理工作室时它没有给我错误?
我知道这是因为我在存储过程中使用了一些 xml 数据,但管理工作室和代码之间有什么区别
谢谢
【问题讨论】:
标签: sql sql-server-2008 asp-classic arithabort