D
dz2k7 via AccessMonster.com
Is there any way in Access to drop the table and free up the space at the
same time like TRUNCATE does.
DELETE * FROM my_table; dosen't free up space.
DROP TABLE my_table; doesn't do that too.
The problem is that my tables are big and I hit 2GB limit all the time.
I don't want to compact and repare DB everytime I delete a table because I
can't automate this from inside the DB. I don't want to manage this DB from
outside writing VBS scripts or something.
Any ideas?
same time like TRUNCATE does.
DELETE * FROM my_table; dosen't free up space.
DROP TABLE my_table; doesn't do that too.
The problem is that my tables are big and I hit 2GB limit all the time.
I don't want to compact and repare DB everytime I delete a table because I
can't automate this from inside the DB. I don't want to manage this DB from
outside writing VBS scripts or something.
Any ideas?