If I create a Stored Procedure in SQL and call it (EXEC spStoredProcedure) within the BEGIN/END TRANSACTION, does this other stored procedure also fall into the
As Chris and James mentioned, you need to be careful when dealing with nested transactions.
There is a set a very good articles on the subject of transactions written by Don Peterson on SQL Server Central , I would recommend having a read of those: