can anybody provide me list of all diffrences between truncate and delete in SQL server?
feedback
|
|
You should google it before asking. Truncate
No contidion can be given Delete
None of the two effects any structure to table. All references must be removed before performing any of the operation, although it doesn't applies to delete when used with | |||||||||||||||
feedback
|