Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about clear table quickly

Former Member
0 Likes
416

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!

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi qinlei,

you may try using TRUNCATE TABLE in a Native SQL statement.

I hope this helps. Kind regards,

Alvaro

Read only

0 Likes
385

thank you very much