- Code: Select all
Event Type: Error
Event Source: AdisconWinSyslog
Event ID: 114
Computer: SQLSERVER
Description:
Error while applying an action - skipping this action. Error is 'ODBC Error Code: '37000'
ODBC Error Description: '[Microsoft][ODBC SQL Server Driver][SQL Server]INSERT failed because the following SET options have incorrect settings: 'ARITHABORT'.'.'.
I would set arithabort on for the entire database and then get
- Code: Select all
Event Type: Error
Event Source: AdisconWinSyslog
Event ID: 114
Computer: SQLSERVER
Description:
Error while applying an action - skipping this action. Error is 'ODBC Error Code: '37000'
ODBC Error Description: '[Microsoft][ODBC SQL Server Driver][SQL Server]Only text pointers are allowed in work tables, never text, ntext, or image columns. The query processor produced a query plan that required a text, ntext, or image column in a work table.'.'.
If anything, is there a recommended setup for indexing and a primary key?
I ended up just creating the default DB from the help file, but it is starting to get big and performance is lagging
much appreciated


