search results

  1. I am trying to do the following in a highly concurrent system written in C#. Aquire row-lock on a data-item in transaction scope; Do a lot of db-interaction
    stackoverflow.com/questions/15279377/​commiting-inner... - Cached
  2. Commiting inner transaction scope, while rolling back the outer transaction scope. 0. C# Nested transaction in a loop, but rolling back if any of them fail. question feed
    stackoverflow.com/questions/4497910/​will-an-inner... - Cached
  3. SCOPE_IDENTITY. Search Condition ... COMMIT TRANSACTION makes all data modifications performed since the start of the ... commits of the inner transactions do not ...
    msdn.microsoft.com/en-us/library/​aa258243(v=SQL.80).aspx - Cached
    More results from msdn.microsoft.com »
  4. ... of code as participating in a transaction. A transaction scope can select and ... is acceptable to commit the transaction. ... in Inner block: \" + e ...
    technet.microsoft.com/en-u s/library/​bb896149.aspx - Cached
  5. If no exception occurs within the transaction scope ... Complete method only once to inform that transaction manager that it is acceptable to commit the transaction.
    msdn.microsoft.com/en -us/library/​system.transactions... - Cached
  6. Kevin, From everything I\'ve read it was my understanding that if transaction scopes are nested and the inner scope joins the outer scope, committing the outer
    www.t ech-archive.net/Archive/DotNet/​microsoft.public... - Cached
  7. ... now suppose a DAL routine that calls a stored procedure with tsql transaction in it is composed into a larger scope by ... inner tsql transaction says commit, ...
    social.msdn.microsoft.com/Forums/zh/​1be950d6-d9bb-4491... - Cached
  8. Commiting inner transaction scope, while rolling back the outer transaction s cope I am trying to do the following in a highly concurrent system written in C#.
    www.pressingquestion.com/1897623/​Transaction-Scope-Wcf... - Cached
  9. using (TransactionScope scope = new TransactionScope()) { using ... Sure enough this is because there\ 's neither COMMIT nor ROLLBACK in the inner transaction.
    www.sqlteam.com/forums/topic.asp?TOPIC_​ID=101728 - Cached
  10. The native tsql transaction management: begin tran/commit/rollback ... comp osed into a larger scope by including the ... inner tsql transaction says commit, ...
    www.go4answers.com/Example/there-​pattern-makes-native... - Cached