What does an Overflow error mean when I run a Select query?
The query is based on a large database of baseball statistics. I am asking for batter information. If I ask for only information already stored in the table - all is ok. If I take the same query and add a computed column, I get an overflow.
Any clues?
The query is based on a large database of baseball statistics. I am asking for batter information. If I ask for only information already stored in the table - all is ok. If I take the same query and add a computed column, I get an overflow.
Any clues?