Link to home
Start Free TrialLog in
Avatar of aswam1975
aswam1975

asked on

ARITHABORT Error

When i run a DTS package- which was correctly working earlier, I get the following error.
INSERT failed because the following SET options have incorrect settings:'ARITHABORT'
All that this package is doing is loading a flat file to a table.

I had created an indexed view based on the table. After which i truncated the table.

Since I was getting this error, I deleted the indexed view.

However, the error still persists- what should I do to fix it?
Avatar of Duane Lawrence
Duane Lawrence
Flag of United States of America image

Avatar of aswam1975
aswam1975

ASKER

I tried that- i still get the same thing
I think the problem is that i created an indexed view with a table, then truncated the table and I am now again trying to load the table with new data.
I tried SET ARITHABORT OFF from query analyzer- and then tried running the package but i still get the same error
would like to delete the question - as i solved it by removing the indexes on the view
thanks
ASKER CERTIFIED SOLUTION
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks for the useful links