You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2019. It is now read-only.
Do you want to request a feature or report a bug? bug What is the current behavior?
Inserting records into the SQLInfo table fails due to the tinyint Error - "Arithmetic overflow error for data type tinyint, value = 2500
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net
Set the cost threshold for parrallelism to a high number on your server, such as 2500 (Don't ask I have just started at this company and there are some weird settings on some of the servers) What is the expected behavior?
Data should be inserted correctly Which versions of SQL Server and which OS are affected by this issue? Did this work in previous versions of our procedures?
All versions of SQL Server will be affected
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Inserting records into the SQLInfo table fails due to the tinyint Error - "Arithmetic overflow error for data type tinyint, value = 2500
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net
Set the cost threshold for parrallelism to a high number on your server, such as 2500 (Don't ask I have just started at this company and there are some weird settings on some of the servers)
What is the expected behavior?
Data should be inserted correctly
Which versions of SQL Server and which OS are affected by this issue? Did this work in previous versions of our procedures?
All versions of SQL Server will be affected