In the stored procedure to insert into a table, we use BEGIN TRANSACTION and COMMIT TRANSACTION surrounding the INSERT INTO statement.
BEGIN TRANSACTION
COMMIT TRANSACTION
INSERT INTO