Error SQL Server 2008 NUMERIC_ROUNDABORT

0

I have several SQL Server 2008 servers installed on several machines that perform information synchronization processes every night. All work correctly except one that was recently installed in which I get the following error:

INSERT error because the following SET options have incorrect settings: 'NUMERIC_ROUNDABORT'. Check that the SET options are correct and can be used with indexed views and / or indexes in calculated columns and / or filtered indexes and / or query notifications and / or XML data type methods and / or spatial index operations.

I have also observed that in another process I obtained an arithmetic overflow error by launching a query that I also cast on all servers. The error was given by making an AVG of a value. But as I comment only on this server.

I thought it was due to the configuration of the server but I have reviewed the configurations on several servers and they are the same. I do not know if I check what causes the error. Attached two captures.

    
asked by Jaime Capilla 12.11.2017 в 10:03
source

1 answer

1

Finally, it was not a problem for the Server and for the configuration of the database.

These three values were True and caused the error.

    
answered by 15.11.2017 / 10:56
source