Table name SQL Server Error code Error text
SQLGlobalVariables 3606 4/25/2008 4:34:15 PM exec dbo.QS_SoSS58_GlobalVariables
3606: Arithmetic overflow occurred.
3606: Arithmetic overflow occurred.
3606: Arithmetic overflow occurred.
The issue you've noticed occurs as soon as code runs @@CPU_BUSY or @@IO_BUSY SQL Server configuration functions.
Here is what Microsoft suggests in BOL:
' If the time returned in @@CPU_BUSY or @@IO_BUSY exceeds approximately 49 days of cumulative CPU time, you receive an arithmetic overflow warning.
In that case, the value of @@CPU_BUSY, @@IO_BUSY and @@IDLE variables are not accurate. '
Note: Restarting monitored machine can fix the issue for the next 49 days.
Please NOTE: If that does not fix the issue please collect the support bundle and attach the screenshot and send it to support@quest.com to investigate further.