Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi experts,

I developed a windows application,Back end DB was access2007. i heard that Max limit of access2007 is 2GB. Now my question is, is their any way to improve access size?, how to create more than one db for a application to increasing size and performance.

Thanks in advance...
Posted
Updated 28-Jun-12 21:05pm
v2

1 solution

The max limit for an Access 2007 is 2GB. You cannot exceed that.
http://office.microsoft.com/en-us/access-help/access-2007-specifications-HA010030739.aspx[^]
You would have to look at your data, and work out some way in which it could be partitioned into multiple databases.

Or, dump Access and use SQL Server instead - 2008R2 supports 10GB databases, and SQL 2012 supports up to 524,272 terabytes :WTF:
http://msdn.microsoft.com/en-us/library/ms143432.aspx[^]
 
Share this answer
 
Comments
sandeep nagabhairava 29-Jun-12 3:13am    
thanks Griff, If i turned to Access to SQL Server 2008R2,what was the minimum requirements of client,for using my application.
OriginalGriff 29-Jun-12 3:31am    
Ignore the client - the minimum spec doesn't change (it may even drop compared to hosting a 2GB Access database) - it is the server hardware requirements you need to look at. MS publishes them: http://msdn.microsoft.com/en-us/library/ms143506(v=sql.105).aspx
The page includes the specs (or links to the specs) for each version.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900