Which one is faster delete/truncate? Why?
Answer / 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 |
What are the advantages of using sql server over ms access or why should one use sql instead of ms access
How we Resize table,temp table, database and log file size in SQL Server 2005
How to create a local temporary stored procedure?
Which virtual table does a trigger use?
There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"
What is the difference between a fill factor of 100 and 0?
Explain error handling in ssis?
What are the types of normalization?
How to include text values in sql statements?
What is the use of DBCC commands?
How to insert data into an existing table?
What are points to remember while using the fillfactor argument?