Skip to content

Commit 6063503

Browse files
committed
Set transaction level to snapshot isolation
1 parent bf632c7 commit 6063503

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mssql/ddl/load.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
USE ldbc;
2+
ALTER DATABASE ldbc
3+
SET READ_COMMITTED_SNAPSHOT ON
4+
5+
ALTER DATABASE ldbc
6+
SET ALLOW_SNAPSHOT_ISOLATION ON
7+
8+
SET TRANSACTION ISOLATION LEVEL SNAPSHOT;
29
-- Static --
310
-- Organisation
411
INSERT INTO [dbo].[Organisation] (id, type, name, url, LocationPlaceId)

0 commit comments

Comments
 (0)