What is difference between TRUNCATE and DELETE statement
Answer Posted / hari
Delete - is logged operation,so deletion of each row get
logged into the transcation log.
Truncate - won't logged
Delete - use where condition
Truncate - Can't use where condition
delete - fire the trigger
Trunacte - can't fire the triggger
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Describe how to use the linked server?
Explain the third normal form(3nf)?
How can a user-defined datatype be created?
Explain encryption of entire databases without the need for application changes in sql server 2008?
Is it true, that there is no difference between a rule and a check constraint?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
What’s the use of custom fields in report?
Can two tables have the same primary key?
What is unique key constraint?
What is a database table?
How to copy the tables, schema and views from one sql server to another?
What are the drawbacks of reporting in ssrs?
Describe the left outer join & right outer join. : sql server database administration
Can you explain powershell included in sql server 2008?
how to avoid cursors? : Sql server database administration