Top "Rollback" questions

A rollback is reverting data to a previous state.

Rollback and Raiseerror, which first?

I sometimes perform the following set of statement in the following order: Raiseerror(...) Rollback; but I am wondering if it …

sql sql-server sql-server-2008 rollback raiseerror
JMS rollback

I have a process which involves sending a JMS message. The process is part of a transaction. If a later …

jms rollback
How to undo a Git rollback

I wanted to rollback to the last commit after making a massive error, but I managed to rollback a little …

eclipse git commit rollback egit
Rollback for bulk copy

I have an application that make a copy from my database by bulk copy class in c#. Can I rollback …

c# sql-server rollback bcp sqlbulkcopy
What's the difference between Oracle Flashback Database and the Oracle (guaranteed) Restore Points?

My team is planning a very large set of updates to our apps soon, including some hefty DB updates (Oracle 11…

oracle restore rollback flashback
How do you recover a rolled back change set in TFS?

In Visual Studio 2013 Update 3, I accidentally checked in a not-compiling, work-in-progress changeset that I intended to shelve in order for …

tfs rollback