Skip to content

Commit 4f4305c

Browse files
ramanathnayakrwestMSFT
authored andcommitted
Changed Non-cluster behavior when Clustered index is dropped.
Currently the documentations says that Non Clustered Index remains disabled, when Clustered Index is dropped, however that is what actually happens in the product. So have updated the documentation accordingly.
1 parent 2306df0 commit 4f4305c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/indexes/enable-indexes-and-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ monikerRange: "=azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-20
5151
|----------------------------|-----------------------------------|
5252
|ALTER INDEX REBUILD.|Remains disabled.|
5353
|ALTER INDEX ALL REBUILD.|Is rebuilt and enabled.|
54-
|DROP INDEX.|Remains disabled.|
54+
|DROP INDEX.|Is enabled.|
5555
|CREATE INDEX WITH DROP_EXISTING.|Remains disabled.|
5656

5757
Creating a new clustered index, behaves the same as ALTER INDEX ALL REBUILD.

0 commit comments

Comments
 (0)