User Tools

Site Tools


database_notes

begin tran, rollback tran, commit tran

You can use 'begin tran' to check the impact of sql commands without actually modifying the db. If the results are as expected, use 'commit tran' to commit. Otherwise, use 'rollback tran' to undo the changes.

Ref:-

database_notes.txt · Last modified: 2024/10/31 21:37 by raju