SDE 10 upgrade 'ARITHABORT'

1830
3
07-29-2011 04:28 AM
anthonychapa
New Contributor
Error(Check Datasets): Underlying DBMS error [Microsoft SQL Server Native Client 10.0: CREATE XML INDEX 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 filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.]

FYI

Caused by database compatabilty level.
0 Kudos
3 Replies
CattyannCampbell
Occasional Contributor II
How did you fix this? I'm getting the same problem after upgrading SDE and trying to upgrade the geodatabase to the 10. What can I do about this?
0 Kudos
YosephMekasha
New Contributor
I encountered the same problem and could not figure it out... if you have the solution please
0 Kudos
YosephMekasha
New Contributor
I found the solution it is just setting the comparability level of the current data. In my case I was migrating from SQL server 2000 to 2005. Thus used the following to fix the compatibility problem


exec sp_dbcmptlevel sde,90
0 Kudos