sqltransaction
SQL Triggers - Deleted or Updated? or maybe something else?
I am trying to figure out 开发者_如何学Gowhich i need to use here: deleted, inserted or updated.[详细]
2023-03-22 23:38 分类:问答Conditional SQL Trigger?
i need to create an Update Trigger, th开发者_如何学Cat will only work when my record\'s status is different then the last status recorded.[详细]
2023-03-22 12:50 分类:问答Recursive/nested transaction [duplicate]
This question already has answers here: Mysql transactions within transactions (7 answers) Closed 9 years ago.[详细]
2023-03-09 15:08 分类:问答C# TransactionManager
Hi I have a generator which made some automated code (creating all the get, set, etc) for me structured by a Database, in this code there is a piece of code that is as follows:[详细]
2023-02-28 01:47 分类:问答TransactionScope/SqlTransaction timeout extension
Is it possible to extend the timeout of a transaction (with SQL Server) on开发者_StackOverflow社区ce the transaction has started?The timeout is \"external\" to SQL Server, so SQL Server can not affect[详细]
2023-02-05 02:17 分类:问答SQL Log and ACTIVE TRANSACTIONS
I have a Web Server with SQL 2008 running a simu开发者_开发知识库lated SQL 2005 db, and I have a local SQL 2005 db for testing environment.[详细]
2023-02-04 02:36 分类:问答How to check if Dotnet transaction is rolled back?
How Can I c开发者_开发问答heck if a dotnet transaction is closed or not ?Your title asks one thing and your question asks another. so, I am going with your title.[详细]
2023-01-31 01:07 分类:问答When should I use a SQLTransaction
What is the appropriate time to use a SQLTransaction? I开发者_开发知识库 use them for all of my INSERT, UPDATE and DELETE statements.[详细]
2023-01-30 13:35 分类:问答How to put these calls in a SqlTransaction?
I have a class with all my data access code in it for my ASP.NET 4.0 application. There are two methods in the class which insert data into the database. I want to enlist these inserts in a SqlTransac[详细]
2023-01-24 13:14 分类:问答multiple sqltransactions in single sqlconnection
I have some code that I want to execute as follows. But I keep getting the exception \"This SqlTransaction has completed; it is no longer usable\" on the 2nd iteration. Could someone help me point out[详细]
2023-01-13 02:50 分类:问答