B
Ben
Hi all,
I would like to ask which operation is faster:
1) drop table...
select .... into tblX or
2) delete records in tblX
append recs into tblX
I would think it is (1), but not sure if simply take the time of before and
after is sufficient. Which way s faster and how would one benchmark it
correctly? Thanks for sharing your thoughts.
Ben
--
I would like to ask which operation is faster:
1) drop table...
select .... into tblX or
2) delete records in tblX
append recs into tblX
I would think it is (1), but not sure if simply take the time of before and
after is sufficient. Which way s faster and how would one benchmark it
correctly? Thanks for sharing your thoughts.
Ben
--