Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Differencr Between DELETE and TRUNCATE?

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


Please Help Members By Posting Answers For Below Questions

What are the elements of dbms?

1006


How much is a sql server license?

1005


What is transact-sql language?

1127


How to rename databases in ms sql server?

1249


How to set database to be read_only in ms sql server?

1049


How many columns can exist together per table?

1203


How to delete an existing row with delete statements in ms sql server?

1142


what method you can use to reduce the overhead of Reporting Services data sources?

268


What is an execution plan? When would you use it?

1022


create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration

999


Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio

944


What is dimension table? : sql server analysis services, ssas

1061


What is onf in normalization form?

1106


what is the difference between a primary key and a unique key? : Sql server database administration

1037


How to drop an existing table with "drop table" statements in ms sql server?

1142