Re: failed because the SET options have incorrect setting 'ARITHABORT'



Please send the table DDL and a few rows of sample data in the form of
INSERT statements. It will be easier to assisty you if we have the 'entire'
picture.

Thanks,

--
Arnie Rowland, YACE*
"To be successful, your heart must accompany your knowledge."

*Yet Another Certification Exam


"Jassim Rahma" <JassimRahma@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7EAB2397-CD9D-4B9F-9B41-F151AC482E49@xxxxxxxxxxxxxxxx
Why i am getting this error:

update failed because the following SET options have incorrect setting:
'ARITHABORT'

when i try the following simple SQL in the SQL Management Express 2005:

update rates set rates.ORIGIN = '800880011_ali' where rates.rate_plan_id =
3


.