When to use Transactions in SQL Server

后端 未结 4 1965
南笙
南笙 2021-01-30 11:11

There are lots and lots of questions on HOW to use Transactions. What I want to know is WHEN? Under what circumstances? What types of queries? Can Try-Catch blo

4条回答
  •  情深已故
    2021-01-30 11:38

    Simple answer is to use transactions if you have more than 1 update or insert query in a single operation/function.

提交回复
热议问题