Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5843305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:08:11+00:00 2026-05-22T12:08:11+00:00

I have executed this query on 2 different databases: Update table1 set PresencePayFactor =

  • 0

I have executed this query on 2 different databases:

Update table1 set
PresencePayFactor = cast(30 as decimal (4,2))/ 30

it is working on one but not on the other.
the 2 databases are sql server 2008 R2

it is giving the following error
“Arithmetic overflow error converting numeric to data type numeric.”

What may be the problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:08:11+00:00Added an answer on May 22, 2026 at 12:08 pm

    Is NUMERIC_ROUNDABORT set differently between the two?

    SET NUMERIC_ROUNDABORT OFF
    GO
    Declare @TestTable Table ( PresencePayFactor decimal(4,2) null )
    Insert @TestTable( PresencePayFactor )
    Select Cast( 30 As decimal(4,2) ) / 30
    GO
    -- No error
    
    SET NUMERIC_ROUNDABORT ON
    GO
    Declare @TestTable Table ( PresencePayFactor decimal(4,2) null )
    Insert @TestTable( PresencePayFactor )
    Select Cast( 30 As decimal(4,2) ) / 30
    -- Arithmetic overflow error converting numeric to data type numeric.
    

    SET NUMERIC_ROUNDABORT (Transact-SQL)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So for this one project, we have a bunch of queries that are executed
I have a thread that needs to be executed every 10 seconds. This thread
I have a query that runs super fast when executed in the sql editor
I have this query: SELECT * FROM sample INNER JOIN test ON sample.sample_number =
I have a query in a stored procedure that needs to be executed on
I have a webpage that takes 10 minutes to run one query against a
Well basically I have this script that takes a long time to execute and
I have a method which should be executed in an exclusive fashion. Basically, it's
I have a controller action that is being executed by a link that was
I have data that needs to be executed on a certain background thread. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.