Can you tell me the difference between DELETE & TRUNCATE
commands?
Answer Posted / saradhi
Truncate command result can be rolled back as it is not
made an entry in the log where as Delete command result
can't be rolled back
Is This Answer Correct ? | 5 Yes | 47 No |
Post New Answer View All Answers
New concepts of sql server 2005 use in your project.
Explain tablesample?
What is a field in a table?
Explain about SQLOS?
What does the update command do?
List some of the rules that apply to creating and using a ‘view’
Comment,Datatypes are unlimited
What is the use of sign function?
How you can move data or databases between servers and databases in sql server?
How to round a numeric value to a specific precision?
How to use group functions in the select clause in ms sql server?
Tell me about normalization in DBMS.
Define compound operators?
How do database indexes work?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.