‎2010 Aug 03 2:18 AM
Hi
Is there any way to clear table quickly in open sql? now i use "delete from table" to clear table,but it is so slowly.
our database is sql server.
thank you!
‎2010 Aug 03 11:53 AM
Hi qinlei,
you may try using TRUNCATE TABLE in a Native SQL statement.
I hope this helps. Kind regards,
Alvaro
‎2010 Aug 04 1:50 AM