Skip to content

Commit b0fda99

Browse files
Update docs/t-sql/statements/drop-index-transact-sql.md
1 parent 4966f91 commit b0fda99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/statements/drop-index-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Use `MOVE TO` to drop the clustered index and move the resulting table to anothe
251251

252252
When you specify `ONLINE = ON`, queries and modifications to the underlying data and associated nonclustered indexes aren't blocked by the `DROP INDEX` transaction. Only one clustered index can be dropped online at a time. For a complete description of the `ONLINE` option, see [CREATE INDEX](create-index-transact-sql.md).
253253

254-
You can't drop a clustered index online if the index is disabled on a view, or contains `text`, `ntext`, `image`, `varchar(max)`, `nvarchar(max)`, `varbinary(max)`, or `xml` columns in the leaf-level data rows.
254+
You can't drop a clustered index online if the index is disabled on a view, or contains **text**, **ntext**, **image**, **varchar(max)**, **nvarchar(max)**, **varbinary(max)**, or **xml** columns in the leaf-level data rows.
255255

256256
Using the `ONLINE = ON` and `MOVE TO` options requires more temporary disk space.
257257

0 commit comments

Comments
 (0)