Re: Access very slow extracting data from Sql
Hallo,
I have an access database which connects to a Sql server 2005 via an ODBC to extract data from tables. The problem is one of the table's is built with 100,000,000 records. Therefore, just to extract 7 fields for one record it takes 20 minutes, which is really so inconvenient.
Please could anyone advise me what to do so that to stimulate a quick extract.
Things to consider;
- the space available on the drive where sql server is planted is around 1.8 GB.. Is space an issue?
- the database in sql server has only two tables and the recovery mode has been sent to simple.. N/B - the database is static and was created ONLY to store the two tables, the data on these tables will not be updated nor deleted.
Any ideas to improve the performnace?
Thank you very much
Hallo,
I have an access database which connects to a Sql server 2005 via an ODBC to extract data from tables. The problem is one of the table's is built with 100,000,000 records. Therefore, just to extract 7 fields for one record it takes 20 minutes, which is really so inconvenient.
Please could anyone advise me what to do so that to stimulate a quick extract.
Things to consider;
- the space available on the drive where sql server is planted is around 1.8 GB.. Is space an issue?
- the database in sql server has only two tables and the recovery mode has been sent to simple.. N/B - the database is static and was created ONLY to store the two tables, the data on these tables will not be updated nor deleted.
Any ideas to improve the performnace?
Thank you very much