ROLLBACK | Rollback In SQL Server in Rollback TCL Command published on April 16, 2019 1 comment ROLLBACK Command This command restore the database to last committed state. It is also used with savepoint command to jump to a savepoint in a transaction. Syntax : 1) ROLLBACK; 2) ROLLBACK savepoint_name; Example : ROLLBACK save1; Note : We can rollback the same data that was not previously committed. * * * * * * * * * * * * * * In Easy Lanhguage Rollback command used to rollback(undo) all database or particular savepoint. Tweet Share Share Share Previous Post Next Post post written by: Anonymous
Thanks For Sharing
ReplyDelete