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 211e103 commit 6123320Copy full SHA for 6123320
1 file changed
src/Verify.SqlServer/SchemaValidation/SqlScriptBuilder.cs
@@ -16,8 +16,7 @@ static SqlScriptBuilder()
16
"ALLOW_ROW_LOCKS = ON",
17
"IGNORE_DUP_KEY = OFF",
18
"ALLOW_PAGE_LOCKS = ON",
19
- "OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF",
20
- "SORT_IN_TEMPDB = OFF"
+ "OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF"
21
];
22
tableSettingsToScrubLookup = [];
23
foreach (var toScrub in defaultsToScrub)
0 commit comments