Sunday, March 1, 2015
SQL Server Message 6260 system overflowexception because of arithmetic overflow error caused by divison by 0
SQL Server Message 6260
system.overflowexception Arithmetic Overflow
How-i-fixed-it:
It turned out to be caused by a divison by 0 happening at runtime because of bad records in the data. I added some code to check for this which fixed the problem of the arithemtic overlow.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment