Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataBase Size

Status
Not open for further replies.

ksimmsa

Programmer
Feb 6, 2004
22
US
How large or how much data can the database hold. I have a DB with several large tables. I back up the DB daily, but at what point should I look to make a posible purge, create a new DB or is there a way to store the old info and still be able to access it form the main database?


Thanks in advance for your help!!!!!
 
Firstly if your data exceeds the limit of the Jet database (2GB?) you are probably using the wrong tool.

However if it does, you have simple options eg:

1) Partition the database into more tham one mdb, then link to affected tables from your controlling applications

2) Upsize to MSDE (ie a 'project')

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top