<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Transaction Monitoring Case Comments Examples</title><link>http://www.bing.com:80/search?q=Transaction+Monitoring+Case+Comments+Examples</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Transaction Monitoring Case Comments Examples</title><link>http://www.bing.com:80/search?q=Transaction+Monitoring+Case+Comments+Examples</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>concurrency - What is a database transaction? - Stack Overflow</title><link>https://stackoverflow.com/questions/974596/what-is-a-database-transaction</link><description>A transaction is a unit of work that you want to treat as "a whole." It has to either happen in full or not at all. A classical example is transferring money from one bank account to another. To do that you have first to withdraw the amount from the source account, and then deposit it to the destination account. The operation has to succeed in full. If you stop halfway, the money will be lost ...</description><pubDate>Mon, 30 Mar 2026 10:50:00 GMT</pubDate></item><item><title>What does a transaction around a single statement do?</title><link>https://stackoverflow.com/questions/1171749/what-does-a-transaction-around-a-single-statement-do</link><description>BEGIN TRANSACTION / COMMIT "extends" this locking functionality to the work done by multiple statements, but it adds nothing to single statements. However, the database transaction log is always written to when a database is modified (insert, update, delete). This is not an option, a fact that tends to irritate people.</description><pubDate>Fri, 03 Apr 2026 01:34:00 GMT</pubDate></item><item><title>writing a transaction in t-sql and error handling - Stack Overflow</title><link>https://stackoverflow.com/questions/2127558/writing-a-transaction-in-t-sql-and-error-handling</link><description>Do u think there is a better way to write a transaction in t-sql? Is there a better approach that improves maintainability and performance of the application that uses this transaction? -- Descri...</description><pubDate>Mon, 30 Mar 2026 04:52:00 GMT</pubDate></item><item><title>Difference between transactional and non-transactional</title><link>https://stackoverflow.com/questions/18884728/difference-between-transactional-and-non-transactional</link><description>I think the best way to understand the difference between Transactional and Non-Transactional Data is through examples Non -Transactional (These information are relevant to enterprise for longer duration than Transactional Data.) Customer: Name, Preferences Product: Name, Hierarchy Site/Location: Addresses Account: Contracts Detail Transactional (Has a Time Dimension, and becomes historical ...</description><pubDate>Thu, 02 Apr 2026 02:18:00 GMT</pubDate></item><item><title>t sql - When to use Transactions in SQL Server - Stack Overflow</title><link>https://stackoverflow.com/questions/9317866/when-to-use-transactions-in-sql-server</link><description>Transaction must be Atomic (it is one unit of work and does not dependent on previous and following transactions), Consistent (data is either committed or roll back, no “in-between” case where something has been updated and something hasn’t), Isolated (no transaction sees the intermediate results of the current transaction), Durable (the ...</description><pubDate>Wed, 01 Apr 2026 09:29:00 GMT</pubDate></item><item><title>What is the difference between a query and transaction in SQL?</title><link>https://stackoverflow.com/questions/67224866/what-is-the-difference-between-a-query-and-transaction-in-sql</link><description>So this means a transaction contains some interactions and a query is an example of 1 kind of interaction. Important to know is that transactions are like buying stuff online.</description><pubDate>Thu, 02 Apr 2026 21:52:00 GMT</pubDate></item><item><title>Correct use of transactions in SQL Server - Stack Overflow</title><link>https://stackoverflow.com/questions/10153648/correct-use-of-transactions-in-sql-server</link><description>Add a try/catch block, if the transaction succeeds it will commit the changes, if the transaction fails the transaction is rolled back:</description><pubDate>Thu, 02 Apr 2026 21:31:00 GMT</pubDate></item><item><title>c# - How to use transactions with dapper.net? - Stack Overflow</title><link>https://stackoverflow.com/questions/10363933/how-to-use-transactions-with-dapper-net</link><description>I would like to run multiple insert statements on multiple tables. I am using dapper.net. I don't see any way to handle transactions with dapper.net. Please share your ideas on how to use transact...</description><pubDate>Fri, 03 Apr 2026 07:17:00 GMT</pubDate></item><item><title>The transaction log for the database is full - Stack Overflow</title><link>https://stackoverflow.com/questions/17674973/the-transaction-log-for-the-database-is-full</link><description>I have a long running process that holds open a transaction for the full duration. I have no control over the way this is executed. Because a transaction is held open for the full duration, whe...</description><pubDate>Thu, 02 Apr 2026 07:19:00 GMT</pubDate></item><item><title>sql - Transaction count after EXECUTE indicates a mismatching number of ...</title><link>https://stackoverflow.com/questions/21930156/transaction-count-after-execute-indicates-a-mismatching-number-of-begin-and-comm</link><description>Exec USPStoredProcName I get the following error: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0. I have read the answers in other such questions and am unable to find where exactly the commit count is getting messed up.</description><pubDate>Thu, 02 Apr 2026 23:25:00 GMT</pubDate></item></channel></rss>