10000 row limit

G

Guest

I recently created a Access project with my tables in SQL Server 2000. I
created the project and specified my SQL server as the data source. It
created the project and all my tables and sprocs showed up, but when I run a
sproc that I know returns 40,000 records only the first 10,000 show in the
query results data grid. Can I fix this? Are my queries limited to 10,000?
 
S

Sylvain Lafontaine

Tools | Options | Advanced | Default Max Records: set this value to
something greater than 10000. I think that 0 is infinite but I'm not sure.

The newsgroup for ADP is m.p.access.adp.sqlserver.
 
P

Pat Hartman \(MVP\)

Why in the world would you ever return a recordset containing 10,000 rows?
No one can use that amount of data. Filter the recordset on the server to
take advantage of the client/server environment and only return a limited
set of data to the Access form.
 
G

Guest

You are right about the large data set. I was just wondering why the data
was limited and if it would affect my proccessing sprocs.

Good point
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top