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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database too large!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Before insert registers database=2MB
After delete all of them database=20MB

I insert using SQL 100000 registers in tablexx

... then use SQL to remove all:
delete from tablexx;
commit

But the database now have 20MB. I don't know why, because
I delete all. The registers don't exist, but the size grow up...

A trouble. I try to use sweep from interbase but don't work.
 
try to backup and then restore the db - that removes all the cashed info
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top