【SQLServer系列教程】——事務詳解

1.什麼是事務 2.事務的特性 3.事務的分類 4.事務的創建 5.案例代碼: 示例1:使用事務回滾有錯誤的數據 use StudentManager go declare @errorSum int --定義變量,用於累計事務執行過程中的錯誤 set @errorSum=0 --初始化爲0,即無錯誤 begin transaction begin update Car
相關文章
相關標籤/搜索