问题
Could anyone guide me as to how to merge huge Access files (.accdb) files into one Access file. These files are pretty huge. Is there a way where I can split these files into smaller ones and then combine them? Any help is appreciated. Thanks a lot. I found there is a software to do this but this is only for .mdb files.
回答1:
If each file is 2.5 gigs, I reckon it is time to look at SQL Server Express. It is free, and the new version has a 10 gb limit ( http://www.microsoft.com/sqlserver/en/us/editions/express.aspx ). You will still be able to use MS Access as your front end. There are some fairly clear upgrade paths for MS Access to SQL Server.
来源:https://stackoverflow.com/questions/9093505/merging-multiple-huge-accdb-files-into-one