Results 1 to 6 of 6
  1. #1
    bomstadmk is offline Novice
    Windows XP Access 2000
    Join Date
    Mar 2010
    Posts
    1

    Need help understanding record limits for input tables

    I'm trying to understand the limitation on a data table. The on-line help describes it as being 2 gb. Is that truly the only limitation or is there an underlying record limit as well? Unfortunately, the data that we're pulling in from a PLC comes one line per tag even though all (20 in this case) tags are associated with one record.



    Any help in understanding this would be appreciated as the scale up difference is orders of magnitude different on the information that we can store.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,525
    The limit on the overall size of the database is 2gb; the limit on an individual table is 1gb. Look up "specifications" in help for more info.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    there is a width limitation of 2000 bytes in a record. this can be handled by making 1:1 tables however.

  4. #4
    wilpeter is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    18
    Would you tell me where I can check the current size of one of my tables that has 65,000 multi-column records. Although the program doesn't slow, it seems prudent to archive transactions that are up to 10 years old...any suggestions?

  5. #5
    Renaud's Avatar
    Renaud is offline Novice
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2013
    Location
    Hong Kong
    Posts
    4
    I do not think there are any easy tools to tell you the size of the data contained in a specific row, column or table in a database.
    What you can do though is simply make a backup of the database, open it and delete all other tables then compact the database through the Compact & Repair menu in Access.
    You will end up with a database of the size of that specific table.

    I have to say though, that unless your database is already huge, 65,000 records is not that much.
    Just make backups (always make regular backups!) and worry about archiving when performance or size are really becoming a problem.
    Compact your database regularly to keep its size in check too.
    Last edited by Renaud; 09-20-2013 at 08:40 PM.

  6. #6
    wilpeter is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    18
    Yes, thank you for that advice. Turns out it is barely 13 mb. I guess it's just that when I started with computers, back in the 80's, space was still a concern and compacting took several seconds. Now the setting is to compact on close and to back up each month and it just seems miraculous that it takes a second to alphabetize a non-indexed column of 65,000 records! My apologies to the industry for doubting.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Understanding SQL Querys
    By jacobbiljo in forum Access
    Replies: 8
    Last Post: 11-17-2009, 05:17 PM
  2. Access 2003 Report Limits?
    By Stirling Steve in forum Reports
    Replies: 0
    Last Post: 08-09-2009, 02:23 AM
  3. Replies: 9
    Last Post: 03-24-2009, 09:19 PM
  4. Input limits
    By Hannu in forum Access
    Replies: 0
    Last Post: 08-31-2008, 03:02 AM
  5. Unique Record Identifier for MS SQL Server Tables
    By MGSP in forum Import/Export Data
    Replies: 2
    Last Post: 01-29-2006, 03:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums