We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf632c7 commit 6063503Copy full SHA for 6063503
mssql/ddl/load.sql
@@ -1,4 +1,11 @@
1
USE ldbc;
2
+ALTER DATABASE ldbc
3
+SET READ_COMMITTED_SNAPSHOT ON
4
+
5
6
+SET ALLOW_SNAPSHOT_ISOLATION ON
7
8
+SET TRANSACTION ISOLATION LEVEL SNAPSHOT;
9
-- Static --
10
-- Organisation
11
INSERT INTO [dbo].[Organisation] (id, type, name, url, LocationPlaceId)
0 commit comments