mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update setup-or-reset-demo.sql
This commit is contained in:
@@ -63,8 +63,6 @@ BEGIN ATOMIC WITH (TRANSACTION ISOLATION LEVEL=SNAPSHOT, LANGUAGE=N'English')
|
||||
|
||||
END;
|
||||
GO
|
||||
SET TRANSACTION ISOLATION LEVEL SNAPSHOT;
|
||||
GO
|
||||
CREATE PROCEDURE [dbo].[InsertMeterMeasurementHistory]
|
||||
@MeterID INT
|
||||
AS
|
||||
|
||||
Reference in New Issue
Block a user