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

Explain the commands in sql server?

554


What is an indexed view?

588


What is stored in the mssqlsystemresource database? : sql server database administration

596


what are the basic functions for master, msdb, model, tempdb and resource system databases? : sql server database administration

571


What is temporary table in sql server? Why we use temp table?

523






How will you find out if there are expensive SQL statements running or not?

585


Why use view instead of a table?

528


explain different types of backups avaialabe in sql server? : Sql server database administration

596


How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?

1580


What are the different normalization forms?

622


What is query parameter in ssrs?

118


How adventureworkslt tables are related?

533


How to convert a numeric expression from one data type to another?

510


you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration

544


Write an sql query to sort a table according to the amounts in a row and find the second largest amount.

569