Skip to content

Commit

Permalink
Merge pull request #479 from erikdarlingdata/dev
Browse files Browse the repository at this point in the history
Update sp_IndexCleanup BETA.sql
  • Loading branch information
erikdarlingdata authored Oct 9, 2024
2 parents 00b217a + c9892fc commit bd53177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sp_IndexCleanup BETA/sp_IndexCleanup BETA.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
f.script,
sort_order =
CASE action
WHEN N'MERGE INTO%' THEN 2
WHEN N'MERGE INTO' THEN 2
WHEN N'DROP' THEN 3
ELSE 999
END
Expand Down Expand Up @@ -1556,7 +1556,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WHERE f.action IN
(
N'DROP',
N'MERGE INTO%'
N'MERGE INTO'
)
ORDER BY
f.table_name,
Expand Down

0 comments on commit bd53177

Please sign in to comment.