G
Guest
When working with a SQL Server 2000 Backend / Access 2000 Frontend, Is it
faster to Delete an enormous table and create a new one (via Stored
Procedure), rather than to Delete all of the data in that table and reuse it?
I have not read anything on the subject. However, I was instructed by the
gentleman that introduced me to SQL Server 2000 that Delete Table is faster
than Delete Data. Which brings me to here:
While reading through somebody's post / response string on here I came
across the following that contradicts what I had been previously told:
(BEGIN ~ Quote copied from another posting for somebody else...)
If you are adding and deleting tables, your design has some
very serious mistakes. I suspect that you have gotten a
fair way down a flawed design path and are now running into
the first of the many problems caused by that design.
I suggest that you back up and look at the bigger picture to
come up with a relational design.
-- **** MVP [MS Access]
(END~ Quote copied from another posting for somebody else...)
And the second question would be is the answer to the first question the
same when applied to local tables directly in Access itself? Thanks for any
information provided!
Take Care & God Bless ~ SPARKER ~
faster to Delete an enormous table and create a new one (via Stored
Procedure), rather than to Delete all of the data in that table and reuse it?
I have not read anything on the subject. However, I was instructed by the
gentleman that introduced me to SQL Server 2000 that Delete Table is faster
than Delete Data. Which brings me to here:
While reading through somebody's post / response string on here I came
across the following that contradicts what I had been previously told:
(BEGIN ~ Quote copied from another posting for somebody else...)
If you are adding and deleting tables, your design has some
very serious mistakes. I suspect that you have gotten a
fair way down a flawed design path and are now running into
the first of the many problems caused by that design.
I suggest that you back up and look at the bigger picture to
come up with a relational design.
-- **** MVP [MS Access]
(END~ Quote copied from another posting for somebody else...)
And the second question would be is the answer to the first question the
same when applied to local tables directly in Access itself? Thanks for any
information provided!
Take Care & God Bless ~ SPARKER ~