Merging multiple huge .accdb files into one

六眼飞鱼酱① 提交于 2019-12-12 02:08:53

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!