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...

What's the difference between DELETE TABLE and TRUNCATE
TABLE commands?

Answer Posted / srisenthil

delete table gives the transactional log where as in
truncate it is not delete the total rows inthe table but
structure of the table has never changed after the
statement is executed it is roll back and the constraints
after the delete statement is remain same where as it is
not in the truncate statement

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to define testing of network layers? : Sql server database administration

1016


What are the system database in sql server 2005?

1088


Explain raiserror in sql server?

1073


What are the restrictions applicable while creating views? : SQL Server Architecture

1079


How to change server name in sql server?

1239


What are distinctive joins find as a part of sql?

1000


Explain external key management in sql server 2008

930


What is the difference between a "where" clause and a "having" clause?

1208


What are the High-Availability solutions in SQL Server and differentiate them briefly?

1181


Does partitioning help performance?

989


What is purpose of normalization?

996


How to create a user name in a database?

1096


In what sequence sql statement is processed?

1052


How can I change procedure name in sql server?

1104


How to change the data type of an existing column with "alter table" statements in ms sql server?

1032