jsteeleiii@cox.net
New member
- Local time
- Today, 07:37
- Joined
- Aug 5, 2010
- Messages
- 2
I am querying ORACLE tables through a fairly slow network connection. While building the tables and testing for data, I do not need all of the records (300,000+). I just need a snapshot of the data so that I can test my field mapping.
I have tried the SELECT TOP ## command, but the performance improvement is negligible. In SQL Server, there are commands to Return ## Rows or Limit the return of rows.
Is there anything I can put in the MS Access SQL window that will allow me to grab just a few rows of data, in any order, as I am primarily concerned with viewing data quickly. I don't want to touch every row in the query, I just need 10 or so rows so that the SQL doesn't have to process every record in all of the linked tables like it would have to in a SELECT TOP statement.
I would like to avoid using the Pass Through as I am building data locally.
Thanks,
I have tried the SELECT TOP ## command, but the performance improvement is negligible. In SQL Server, there are commands to Return ## Rows or Limit the return of rows.
Is there anything I can put in the MS Access SQL window that will allow me to grab just a few rows of data, in any order, as I am primarily concerned with viewing data quickly. I don't want to touch every row in the query, I just need 10 or so rows so that the SQL doesn't have to process every record in all of the linked tables like it would have to in a SELECT TOP statement.
I would like to avoid using the Pass Through as I am building data locally.
Thanks,