Can I use begin a transaction with stored procedure? Is it possible?
Sure you can... Follow one example
BEGIN TRANSACTION EXECUTE [STORED_PROCEDURE_NAME_DELETE] 8 ROLLBACK OR COMMIT
Sunday, February 5, 2023
Mauricio Junior