Skip to content

Commit 3bc1a97

Browse files
authored
remove duplicate SORT_IN_TEMPDB in scrubbing (#767)
1 parent 6cc496a commit 3bc1a97

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Verify.SqlServer/SchemaValidation/SqlScriptBuilder.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ static SqlScriptBuilder()
1616
"ALLOW_ROW_LOCKS = ON",
1717
"IGNORE_DUP_KEY = OFF",
1818
"ALLOW_PAGE_LOCKS = ON",
19-
"OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF",
20-
"SORT_IN_TEMPDB = OFF"
19+
"OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF"
2120
];
2221
tableSettingsToScrubLookup = [];
2322
foreach (var toScrub in defaultsToScrub)

0 commit comments

Comments
 (0)