I keep getting this error everytime I try to delete a user from the database :
- Expand the database
- Expand Security
- Expand Users
- Right-click 'username' then select Delete
The following error occurs :
Drop failed for User 'username'. (Microsoft.SqlServer.Smo)
Additional Information:
An exception occurred while executing a Transact-SQL statement or batch.
CONDITIONAL 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. (Microsoft SQL Server, Error: 1934)
Has anyone encountered this before?