View Single Post

   
  #2 (permalink)  
Old 02-27-2008, 09:21 PM
Chris
 
Posts: n/a
Default Re: How to delete all rows....

Dilipkumar wrote:
> Hi,
>
> Its delete * from table will only do if you go for a truncate it will
> recreate the table structure ?....
> It's better to use delete.


Can you explain why? I'd go for instant truncate rather than waiting
around for delete to finish.
Reply With Quote