A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access DB File size don't size down...



 
 
Thread Tools Display Modes
  #1  
Old October 26th, 2004, 06:53 AM
NIL
external usenet poster
 
Posts: n/a
Default Access DB File size don't size down...


Here is the scenario,
My Access DB File grew upto 500MB. I opened the file and deleted the table
which contained most of these data. After the delete I noticed the file size
did not change, it's still 500MB. I want the size to become small again, is
there other way beside exporting the remaining tables to a new file?

  #2  
Old October 26th, 2004, 08:55 AM
Nikos Yannacopoulos
external usenet poster
 
Posts: n/a
Default

NIL,

One of Access's shortcomings is that it does not automatically release
unused space when you delete data or objects. To do that you need to
manually Compact the database (Tools Database Utilities Compact and
Repair Database in A2K). This will not only release unused space, but also
reindex it, so it helps maintain performance. Therefore you have two good
reasons to do that regularly. If you are on Access 2K or later and your
database is monolithic (i.e. not split), you can check the Compact on Close
option (Tools Options, General tab) so it will be automatically compacted
every time you close it. This will also work nicely on the FE of a split
database, although it is generally less critical there, while for the back
end a more sophisticated method would be required to auto compact it, say,
overnight, when not in use (unless you want to do it manually).

HTH,
Nikos

"NIL" wrote in message
...

Here is the scenario,
My Access DB File grew upto 500MB. I opened the file and deleted the table
which contained most of these data. After the delete I noticed the file

size
did not change, it's still 500MB. I want the size to become small again,

is
there other way beside exporting the remaining tables to a new file?



  #3  
Old October 26th, 2004, 10:01 AM
NIL
external usenet poster
 
Posts: n/a
Default


it worked! thanks Nikos!

"Nikos Yannacopoulos" wrote:

NIL,

One of Access's shortcomings is that it does not automatically release
unused space when you delete data or objects. To do that you need to
manually Compact the database (Tools Database Utilities Compact and
Repair Database in A2K). This will not only release unused space, but also
reindex it, so it helps maintain performance. Therefore you have two good
reasons to do that regularly. If you are on Access 2K or later and your
database is monolithic (i.e. not split), you can check the Compact on Close
option (Tools Options, General tab) so it will be automatically compacted
every time you close it. This will also work nicely on the FE of a split
database, although it is generally less critical there, while for the back
end a more sophisticated method would be required to auto compact it, say,
overnight, when not in use (unless you want to do it manually).

HTH,
Nikos

"NIL" wrote in message
...

Here is the scenario,
My Access DB File grew upto 500MB. I opened the file and deleted the table
which contained most of these data. After the delete I noticed the file

size
did not change, it's still 500MB. I want the size to become small again,

is
there other way beside exporting the remaining tables to a new file?




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Images in a database Franz General Discussion 10 October 7th, 2004 09:35 AM
Access XP Compared to Access 2003 Mardene Leahu New Users 1 October 1st, 2004 05:11 AM
Jet35.sp3 doglover Database Design 3 August 26th, 2004 04:41 PM
Question on lauching access and syntax error during batch file Adam Raff General Discussion 2 August 12th, 2004 04:20 AM
Database Window Gone DaveB General Discussion 2 July 29th, 2004 12:24 AM


All times are GMT +1. The time now is 09:14 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.