About 35,000,000 results
Open links in new tab
  1. sql server - How to roll back UPDATE statement ... - Stack Overflow

    Feb 3, 2014 · Yes, besides doing a full restore, there is a viable solution provided by 3rd party tool, which reads information from a database transaction log, parse it, and then creates an …

  2. ROLLBACK - SQL Tutorial

    The syntax for a ROLLBACK statement in SQL is as follows: ROLLBACK [ WORK | TRANSACTION [ transaction_name ] ] WORK: This option is used to specify that a transaction …

  3. Difference Between COMMIT and ROLLBACK in SQL

    Dec 19, 2024 · COMMIT and ROLLBACK are two crucial Transaction Control Language (TCL) commands that help maintain data integrity and consistency. While COMMIT ensures that all …

  4. Rollback SQL: Rolling back transactions via the ROLLBACK ... - SQL

    Dec 26, 2019 · Queries can be automatically or manually rolled back via transactions. Automatic rollback happens when a query fails to execute for any reason. Manual rollback occurs …

  5. ROLLBACK TRANSACTION (Transact-SQL) - SQL Server | Microsoft …

    Nov 22, 2024 · This statement rolls back an explicit or implicit transaction to the beginning of the transaction, or to a savepoint inside the transaction. You can use ROLLBACK TRANSACTION …

  6. SQL Commit And Rollback - DigitalOcean

    Aug 3, 2022 · ROLLBACK is the SQL command that is used for reverting changes performed by a transaction. When a ROLLBACK command is issued it reverts all the changes since last …

  7. SQL Server ROLLBACK: Everything you need to know - Simple SQL

    Aug 16, 2021 · The ROLLBACK statement in SQL Server allows us to undo work done in error within a transaction, putting the data back in a consistent state.

  8. Commit and Rollback in SQL - Tpoint Tech - Java

    Mar 17, 2025 · Whenever the commit command is executed in SQL, all the updations which we have carried on the table will be uploaded to the server, and hence our work will be saved. …

  9. What does BEGIN TRAN, ROLLBACK TRAN, and COMMIT TRAN

    Apr 22, 2025 · In this part we cover transactions and how to begin a transaction and either rollback the changes or commit the changes to the database.

  10. How to Rollback a Transaction in SQL Server? - SQL Server Log …

    Sep 25, 2024 · Let us know how to undo DELETE command in SQL or how to rollback SQL transactions and recover deleted records in SQL Server. Table of Content. Quick Solution to …

  11. Some results have been removed
Refresh