T
Tcs
I'm not sure this is the correct group, but since I'm using VBA to do my work,
I'll start here.
I have a table that I expect to contain several million records. Using a query
to delete them takes longer than I'd like. (But I'll live with it, if
necessary.)
Is there any "rule of thumb" one should use as to whether or not one should use
a query to delete the records within a table, vs dropping the table and
re-creating it? (Or can I even DO that?) I'd really rather NOT drop &
re-create it, but I CAN, if I need to.
Any thoughts/suggestions gladly welcome. Thanks in advance,
Tom
I'll start here.
I have a table that I expect to contain several million records. Using a query
to delete them takes longer than I'd like. (But I'll live with it, if
necessary.)
Is there any "rule of thumb" one should use as to whether or not one should use
a query to delete the records within a table, vs dropping the table and
re-creating it? (Or can I even DO that?) I'd really rather NOT drop &
re-create it, but I CAN, if I need to.
Any thoughts/suggestions gladly welcome. Thanks in advance,
Tom