wat new abt truncate in sql server
Answers were Sorted based on User's Feedback
Answer / praful chavan
While using TRUNCATE stmt, WHERE clause can not be used.
When we use TRUNCATE stmt, Trigger does not get fire. After
using TRUNCATE stmt, all the deleted rows are not entered in
the transaction log file(.ldf)
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / gk
Adding to the above answer truncate may or may not be
rolled back.
It can be rolled back if it is within a transaction.
Is This Answer Correct ? | 4 Yes | 0 No |
What is the stuff and how does it differ from the replace function?
How to create view in stored procedure sql server?
Do you know what is sql service broker?
Why use identity in sql server?
What is a db view?
How to create new table with "create table" statements?
What is the purpose of the tempdb database?
Is t sql the same as sql server?
why cluster and non clusterindex are used in sqlserver 2000? explain with example
Explain various data region available in ssrs with their use?
Please tell me some knowledge about Clustering and how to add clustering?
List some of the rules that apply to creating and using a ‘view’