Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
お知らせください。TransactionScopeとSQLTransaction(BegintransとCommittrans)を同時に使用できますか。
ありがとう、
はい、できますが、お勧めしません。トランザクションは素晴らしいものですが、デバッグが困難な微妙な並行性の問題 (競合、デッドロックなど) を引き起こす可能性があるため、トランザクション内のコードを最小限に抑え、非常に慎重に管理するようにしてください。1 つのテクノロジを使用するのが難しい場合は、2 つのテクノロジを使用することを想像してください...