April 14, 2004 at 1:56 pm
Hi to all:
I have a stored procedure wich inserts into a table referenced by an indexed view. I get the following error:
April 14, 2004 at 7:34 pm
Hi,
Try change Aritmethic abort setting from connection property.
1. Run SQL Server Enterprise Manager
2.right klick on server, select properties
3.select connection tab
4. check mark on ANSI warning,ANSI padding,ANSI nulls, Aritmethic abort
April 15, 2004 at 6:23 am
Script out the proc and check the quoted_identifier and arithabort settings on the create procedure statement.
April 15, 2004 at 9:12 am
Please, before posting possible solutions, check microsft link in my first post.
I have created the indexed views with the options sets to ON and didn't work. Now I have change database defaults (wich where OFF) to On, because the development team confirm me that changing the db defaults woudn't affect the application.
Don't know if its gonna work yet.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply