I have this error message :
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.
I only want to know why it's giving me the error when i'm calling my stored proc from the asp code and it give me no error when i'm in management studio ?
I know it's because i use some xml data in my stored proc but what's the difference between management studio and the code
Thanks