Subject | Italian | English |
comp., MS | eseguire il rollback | roll back (To reverse changes) |
comp., MS | fase di rollback | undo phase (The phase during database recovery that reverses (rolls back) changes made by any transactions that were uncommitted when the redo phase of recovery completed) |
comp., MS | fase di rollback | undo (The phase during database recovery that reverses (rolls back) changes made by any transactions that were uncommitted when the redo phase of recovery completed) |
comp., MS | file di rollback | undo file (A file that saves the content of the pages in a database after they've been modified by uncommitted, rolled back transactions and before recovery restores them to their previous state. The undo file prevents the changes performed by uncommitted transactions from being lost) |
comp., MS | rollback di transazione | transaction rollback (Rollback of a user-specified transaction to the last savepoint inside a transaction or to the beginning of a transaction) |