A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

10000 row limit



 
 
Thread Tools Display Modes
  #1  
Old September 19th, 2007, 09:36 PM posted to microsoft.public.access.tablesdbdesign
Computermike
external usenet poster
 
Posts: 6
Default 10000 row limit

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?
  #2  
Old September 20th, 2007, 04:18 AM posted to microsoft.public.access.tablesdbdesign
Sylvain Lafontaine
external usenet poster
 
Posts: 528
Default 10000 row limit

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.

--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)


"Computermike" wrote in message
...
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?



  #3  
Old September 20th, 2007, 02:47 PM posted to microsoft.public.access.tablesdbdesign
Pat Hartman \(MVP\)
external usenet poster
 
Posts: 334
Default 10000 row limit

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.

"Computermike" wrote in message
...
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?



  #4  
Old September 20th, 2007, 07:52 PM posted to microsoft.public.access.tablesdbdesign
Computermike
external usenet poster
 
Posts: 6
Default 10000 row limit

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

"Pat Hartman (MVP)" wrote:

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.

"Computermike" wrote in message
...
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?




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.