Hi All,
A. What should the transaction isolation level be set to in select/insert/update/delete queries if I DONOT have a BEGIN TRAN, COMMIT/ROLLBACK set(BEGIN TRAN is not needed in select queries)?
B. What should the transaction isolation level be set to in select/insert/update/delete queries if I DO have a BEGIN TRAN, COMMIT/ROLLBACK set(BEGIN TRAN is not needed in select queries)?
Thanks
A. What should the transaction isolation level be set to in select/insert/update/delete queries if I DONOT have a BEGIN TRAN, COMMIT/ROLLBACK set(BEGIN TRAN is not needed in select queries)?
B. What should the transaction isolation level be set to in select/insert/update/delete queries if I DO have a BEGIN TRAN, COMMIT/ROLLBACK set(BEGIN TRAN is not needed in select queries)?
Thanks