With INSERT is another story...
Inserting via AddNew followed by an Update, or INSERT query should not make any difference, because in both cases the insertion is made without scaning the table.
DELETE should give you (like INSERT) a difference.
Unfortunately a don't have any statistics on that.
Quote:
Originally posted by mpbalshetwar
If that is the case then the same thing should happen to Insert query also, there I am not geting this behaviour. Do you have any statistics with you convince me, really it will help me a lot.
Thanks,
Mahesh
|