Answer Posted / rajesh bhawsar
delete command, delete row by row and same time it makes an
entry in transaction log
while truncate remove the referance of respective
page/extent and doesn't make any entry in transaction log
truncate is faster then delete.
in case of truncate seed value (auto increment column) reset
to default unlike delete.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Tell me what is de-normalization and what are some of the examples of it?
What is report subscription?
How can you tell if a database object is invalid?
Which language rdl files made of?
Explain the purpose of indexes?
How to return the date part only from a sql server datetime datatype?
Write a SQL query to delete a table?
What is ems sql management studio? : sql server management studio
Explain what is the main purpose of having conversation group?
Does a sql server 2005 select statement require a from?
Explain transaction server consistency?
What are the three different part of rdl file explain them?
What command is used to create a database in the sql server and how?
What is the difference between functions and scalar functions?
How to delete multiple rows with one delete statement in ms sql server?