I'm using a sproc to query a SQL Server table with about 300,000 rows,
but when I query the table using a select query, it returns only
exactly 50,000 rows. The front end is an Access 2000 application. I
suspect that's the culprit even though max records is set to zero?
I must be missing something.
Thanks,
lq
but when I query the table using a select query, it returns only
exactly 50,000 rows. The front end is an Access 2000 application. I
suspect that's the culprit even though max records is set to zero?
I must be missing something.
Thanks,
lq
Comment