are they safe to do? (compacting databases) (1 Viewer)

asp_learner

Registered User.
Local time
Today, 01:11
Joined
Jun 7, 2001
Messages
46
Hi,

I just compacted a copy of my database and it went from 35,000,000 bytes to 10,000,000 bytes.

Just want to make sure that it is safe.

Eva
 

Fornatian

Dim Person
Local time
Today, 01:11
Joined
Sep 1, 2000
Messages
1,396
compacting removes temporary information created when you use the db.

yes it is safe.

Ian
 

harrisw

Registered User.
Local time
Today, 01:11
Joined
Mar 27, 2001
Messages
131
Yes perfectly safe.

I think what acces does is get bigger to accomodate tables that you create. However when you delete a table access doesn't shrink in size. You can delete all the tables and it will still stay the same size it was with the data in it.
 

Users who are viewing this thread

Top Bottom