Guest_imported
New member
- Jan 1, 1970
- 0
I have simple stored procedures which have a single update or insert statements. In some cases I have a select followed by insert or update.
Is it necessary to use begin tran & commit tran in these cases ?
Is there a overhead to using begin tran & commit ?
Thanks for your time
Is it necessary to use begin tran & commit tran in these cases ?
Is there a overhead to using begin tran & commit ?
Thanks for your time