Transaction with(out) Statements
Posted: Wed 03 May 2006 14:48
if i trace my database-traffic i encounter the following situation:
SQLTransaction Begin 2466650 53 x MGPC01
SQLTransaction Commit 2466650 53 x MGPC01
RPC:Completed exec sp_executesql N'UPDATE Patient ...
SQLTransaction Begin 2466718 53 x MGPC01
SQLTransaction Commit 2466718 53 x MGPC01
RPC:Completed exec sp_executesql N'UPDATE Patient ...
why are there SQLTransactions Beginns and Commits, but no Statement in it? Why is there no Transaction around the statements ?
thanks for helping me understanding this
SQLTransaction Begin 2466650 53 x MGPC01
SQLTransaction Commit 2466650 53 x MGPC01
RPC:Completed exec sp_executesql N'UPDATE Patient ...
SQLTransaction Begin 2466718 53 x MGPC01
SQLTransaction Commit 2466718 53 x MGPC01
RPC:Completed exec sp_executesql N'UPDATE Patient ...
why are there SQLTransactions Beginns and Commits, but no Statement in it? Why is there no Transaction around the statements ?
thanks for helping me understanding this