Which one is faster delete/truncate? Why?

Answer Posted / pankaj dhatrak

Truncate is more faster
reason truncate direct drop the data page and not save the transactions.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use cursor in sql server?

731


What is indexing explain it with an example?

713


What is an execution plan? How would you view the execution plan?

806


what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?

728


Explain the creation and execution of a user-defined function in the sql server?

781






What are the lambda triggers?

653


What happens to a statement batch if there is a compilation error?

697


You want to implement the many-to-many relationship while designing tables. How would you do it?

754


Which language is supported by sql server?

703


How to create a testing table with test data in ms sql server?

738


Explain about unique identifier data type in sql server?

679


What is data mart? : sql server analysis services, ssas

803


How many types of built in functions are there in sql server 2012?

675


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

854


Can we add our custom code in ssis?

718