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


Can we rollback records deleted by a truncate statement?

Answers were Sorted based on User's Feedback



Can we rollback records deleted by a truncate statement?..

Answer / anand

yes,we can ROLLBACK records deleted by truncate if we had
executed BEGIN TRAN first
ex:

Begin Tran
truncate table tablename
ROLLBACK

with out "Begin Tran" you can not rollback

Is This Answer Correct ?    18 Yes 4 No

Can we rollback records deleted by a truncate statement?..

Answer / sathwika

yes we can rollback the truncated records

Is This Answer Correct ?    2 Yes 2 No

Can we rollback records deleted by a truncate statement?..

Answer / mp

No, because it is a DDL.
We can only rollback DML statements, right?

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More SQL Server Interview Questions

What are the advantages of the mirroring?

0 Answers  


how we can store the value like that 001,003,023 etc in sql server 2005

7 Answers  


What is difference between group by and having?

0 Answers  


Can you tell me some of the common replication dmv's and their use? : sql server replication

0 Answers  


Explain what are commit and rollback in sql?

0 Answers  


what operator performs pattern matching?

2 Answers  


What are the general features of sql server management studio? : sql server management studio

0 Answers  


Write a sql query to display the current date?

0 Answers  


What is create command?

0 Answers  


What is the order by used for?

0 Answers  


what's the maximum size of a row? : Sql server database administration

0 Answers  


What is the difference between SSAS 2000 and SSAS 2005?

1 Answers   APX,


Categories