<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Transaction Value Method</title><link>http://www.bing.com:80/search?q=Transaction+Value+Method</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Transaction Value Method</title><link>http://www.bing.com:80/search?q=Transaction+Value+Method</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>Fri, 03 Apr 2026 10: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>How do I use transaction with oracle SQL? - Stack Overflow</title><link>https://stackoverflow.com/questions/35178808/how-do-i-use-transaction-with-oracle-sql</link><description>I am trying to use transaction blocks on a SQL-Console with an Oracle DB. I'm used to use transaxction blocks in PostgreSQL like BEGIN; &lt;simple sql statement&gt; END; but in oracle it seems tha...</description><pubDate>Thu, 02 Apr 2026 16:37: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>sql server - How to use SqlTransaction in C# - Stack Overflow</title><link>https://stackoverflow.com/questions/19165291/how-to-use-sqltransaction-in-c-sharp</link><description>There is an Update query in progress, the Transaction is started at a higher level on the connection. In order to ensure that all server data is in a valid state for the Update, I need to do a couple reads.</description><pubDate>Thu, 02 Apr 2026 23:25: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>Use transactions for select statements? - Stack Overflow</title><link>https://stackoverflow.com/questions/5982517/use-transactions-for-select-statements</link><description>An application can perform actions such as acquiring locks to protect the transaction isolation level of SELECT statements This is a good use case for that since the OP stated they use the results of one select as parameters in subsequent queries.</description><pubDate>Wed, 01 Apr 2026 15:19:00 GMT</pubDate></item><item><title>Database.BeginTransaction vs Transactions.TransactionScope</title><link>https://stackoverflow.com/questions/22382892/database-begintransaction-vs-transactions-transactionscope</link><description>TransactionScope offer broader options, BeginTransaction has a simpler API TransactionScope allows to customize the transaction timeout, support nested transactions with various TransactionScopeOption support. TransactionScope supports both distributed transactions (where multiple DB involved in a single transaction) and non-distributed ...</description><pubDate>Wed, 01 Apr 2026 18:26:00 GMT</pubDate></item><item><title>sql - How do transactions within Oracle stored procedures work? Is ...</title><link>https://stackoverflow.com/questions/3853827/how-do-transactions-within-oracle-stored-procedures-work-is-there-an-implicit-t</link><description>In an Oracle stored procedure, how do I write a transaction? Do I need to do it explicitly or will Oracle automatically lock rows?</description><pubDate>Tue, 31 Mar 2026 20:28:00 GMT</pubDate></item></channel></rss>