adspace


Differencr Between DELETE and TRUNCATE?

Answer Posted / manoj pandey

DELETE vs TRUNCATE
Check: http://sqlwithmanoj.wordpress.com/2009/02/22/difference-between-truncate-delete-and-drop-commands/

~Manoj

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is subquery? Explain the properties of a subquery?

1070


Why should you use or avoid select * statements?

1120


What is self contained sub query?

1147


How do I find the sql server version?

1114


Does view occupy space?

1032


How can I check that whether automatic statistic update is enabled or not?

1120


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1139


Can we do dml on views?

1041


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1032


What is sql or structured query language?

1232


How to convert character strings into numeric values?

1196


Can sql servers link to other servers like oracle?

928


What is clustered index

1094


What is the difference between for xml raw and for xml auto?

1125


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1209