SAVEPOINT | Savepoint In SQL in Savepoint TCL Command published on April 16, 2019 leave a reply SAVEPOINT Command Savepoint command used to save temporarily transaction, so that you can rollback to that point whenevee necessary. Savepoint command used to create savepoint after change the database. Syntax : SAVEPOINT savepoint_name; Example : SAVEPOINT save1; Note : If we have made a mistake in the database and use rollback without the savepoint , then it rollbacks the complete transaction and we lost all data. Tweet Share Share Share Previous Post ROLLBACK | Rollback In SQL Server Next Post Commit | Commit In SQL Server | TCL Command post written by: Anonymous Related PostsSAVEPOINT | Savepoint In SQL SAVEPOINT Command Savepoint command used to save temporarily transaction, so that you can rollback to that point whenevee … Continue ReadingSQL Commands | DDL, DML, TCL, DCL, DQL SQL Commands: SQL Command !-- Image Credit :- Gfycat -- SQL commands are guidelines, coded into SQL proc… Continue ReadingROLLBACK | Rollback In SQL Server ROLLBACK Command This command restore the database to last committed state. It is also used with savepoint command to jump… Continue ReadingCommit | Commit In SQL Server | TCL Command Commit Command Commit command used to save permanently transaction to database. (adsbygoogle = window.adsbygoogle ||… Continue Reading
0 Comments: