Azure SQL Database
An Azure relational database service.
5,672 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Arithmetic overflow error converting expression to data type int.
Warning: Null value is eliminated by an aggregate or other SET operation.
Hi Rachid Firas,
if you are converting varchar to int ? Please see if you have exceed the maximum value of Int..
The maximum values for an integer in SQL Server are:
-2147483648 through 2147483647