me,myself,english and programming..

Truncate or Delete ?

What is the difference when doing a DELETE TableA instead of TRUNCATE TableA?

Raymond have better answer for this question.

For me, i always use truncate if i need to clear all the data in a tables. It is much more faster. ;)

Post a Comment