1. <a large (15GB) tab-delimited database>
If this is the case then had better pray that the "Filtered DB" ends up being less than 1.5GB.
:-O
This is because Access has a 2GB Database size limit.
(You can work around this by using linked tables, but that is another topic entirely)
;-)
I personally do not know of a way to judge how the DB size in SQL Server will translate into Access.
One thing I will recommend is that you skip the Excel portion of this system, and instead try importing the data to Access directly.
It will be extremely complex to spread your data among multiple Excel sheets.
:-O
Even though Access has a 2GB DB Limit, it has no real limit in the number of records in a table.
Excel's limit, as you have found, is about 1,000,000 (1 million) rows.
Access can typically handle 2 *Billion* (2,000,000,000) or more records.
;-)
JeffCoachman
Main Topics
Browse All Topics





by: capricorn1Posted on 2009-10-29 at 08:33:24ID: 25694825
<Is there some way that I can filter the .txt database to only import certain rows (for example, only import a range of record numbers or a date range).>
with that large file, you have to do the filtering from the SQL server database.