Skip to content

Commit 6123320

Browse files
committed
remove duplicate SORT_IN_TEMPDB in scrubbing
1 parent 211e103 commit 6123320

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)