BikeToWork
Programmer
A client wants me to develop an Access database to hold 3,000,000 rows of data that they have in a different format. I know the size limit for an Access 2007 database is 2GB. Although having a table with 3 million rows of data won't necessarily make the database over 2GB, it would be pushing the limit. Wouldn't the database be sluggish and unresponsive with that many rows? What kind of workaround is there? I'm pretty sure the client does not have a more robust RDBMS. Would it work to split the monolithic 3 million row table into multiple tables. Any advice is most welcome.