You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/13-implement-transitions-in-tsql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ SELECT COUNT(*) FROM SalesLT.Customer
331
331
332
332
6. Run the SELECT COUNT(*) query and note the number of counted rows. Notice the query returns results quickly.
333
333
334
-
7. Return the transaction query for the **AdventureWorks** connection and highlight BEGIN TRANSACTION and INSERT statements (but <u>not</u> the COMMIT TRANSACTION; statement) Then use the **⏵Run** to run only thr highlighted code.
334
+
7. Return the transaction query for the **AdventureWorks** connection and highlight BEGIN TRANSACTION and INSERT statements (but <u>not</u> the COMMIT TRANSACTION; statement) Then use the **⏵Run** to run only the highlighted code.
335
335
336
336
As this is in a transaction that hasn't been committed, running the SELECT COUNT(*) query in the other window will be blocked.
0 commit comments