Film, Media & TV6 mins ago
SQl Server
Is there a limit to the number of rows that the count statement can reach , as i have an sql query joining many tables that should return a row count of around 200,000,000,000 rows but falls over with the message 'Arithmetic overflow error converting expression to data type int.' , if i put in some criteria that filters out a lot then a count is returned, im counting on an ID field.
Answers
Best Answer
No best answer has yet been selected by kujawski. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.
-- answer removed --