Open billsanto opened 2 years ago
Describe the bug COUNT(*) produces the following error after about 10 minutes:
Msg 8115, Level 16, State 2, Line 2 Arithmetic overflow error converting expression to data type int. The statement has been terminated.
To Reproduce Steps to reproduce the behavior:
Run analyses
I changed all the COUNT() functions to COUNT_BIG() as a workaround. See attached. 1326.txt
Describe the bug COUNT(*) produces the following error after about 10 minutes:
Msg 8115, Level 16, State 2, Line 2 Arithmetic overflow error converting expression to data type int. The statement has been terminated.
To Reproduce Steps to reproduce the behavior:
Run analyses
I changed all the COUNT() functions to COUNT_BIG() as a workaround. See attached. 1326.txt