mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Adding explicit transaction (per ShiyangQiu)
This commit is contained in:
@@ -8,6 +8,9 @@ GO
|
||||
|
||||
SET NOCOUNT ON;
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
GO
|
||||
|
||||
DECLARE @CurrentDateTime datetime2(7) = '20130101';
|
||||
DECLARE @EndOfTime datetime2(7) = '99991231 23:59:59.9999999';
|
||||
|
||||
@@ -59121,3 +59124,5 @@ GO
|
||||
EXEC Sequences.ReseedAllSequences;
|
||||
GO
|
||||
|
||||
COMMIT TRANSACTION;
|
||||
GO
|
||||
|
||||
Reference in New Issue
Block a user