I executed this query in two different databases:
Refresh table 1 PresencePayFactor = cast (30 as decimal (4,2)) / 30
he works on one, but not on the other. 2 SQL Server 2008 R2 Databases
it gives the following error, "Arithmetic overflow error converting numeric data to numeric data."
What could be the problem?
source share