<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Transaction File and Master File Examples</title><link>http://www.bing.com:80/search?q=Transaction+File+and+Master+File+Examples</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Transaction File and Master File Examples</title><link>http://www.bing.com:80/search?q=Transaction+File+and+Master+File+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>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, 23 Apr 2026 19:47:00 GMT</pubDate></item><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, 20 Apr 2026 12:27: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>Wed, 22 Apr 2026 13:21: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>The three key operations on a transactions are: BEGIN TRANSACTION: Tell the database that a transaction is beginning. All changes within the transaction are invisible to other users while the transaction is "active". COMMIT TRANSACTION: Make all the changes visible in the database. Conceptually, this happens instantaneously.</description><pubDate>Tue, 21 Apr 2026 22:12: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>Fri, 24 Apr 2026 01:02: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>3. Using Dapper Transaction In my opinion, this is the most favorable approach to achieve transaction in code, because it makes the code easy to read and easy to implement. There is an extended implementation of SQL Transaction called Dapper Transaction (which you can find here), which allows you to run the SQL executes off the transactions ...</description><pubDate>Fri, 24 Apr 2026 00:40: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>Wed, 22 Apr 2026 01:47: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>Thu, 23 Apr 2026 00:42:00 GMT</pubDate></item><item><title>c# - Transactions in .net - Stack Overflow</title><link>https://stackoverflow.com/questions/224689/transactions-in-net</link><description>The alternative is an ambient transaction; new in .NET 2.0, the TransactionScope object (System.Transactions.dll) allows use over a range of operations (suitable providers will automatically enlist in the ambient transaction).</description><pubDate>Thu, 16 Apr 2026 16:13: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>Sat, 25 Apr 2026 06:16:00 GMT</pubDate></item></channel></rss>