sql server - Transactions in stored procedures -
i have been asked interesting question on implementing transactions in stored procedure. , don't have idea on this. suppose have 10 statements in stored procedure. @ least 5 commit rest of other fail , have within single transaction. idea how implement this?. please advise
check : save transaction (transact-sql) : http://msdn.microsoft.com/en-us/library/ms188378.aspx in how achieve functionality
Comments
Post a Comment