Skip to content

Commit 8a1ad92

Browse files
authored
Update to fix issue 7168
1 parent 1f3b116 commit 8a1ad92

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
8888
## <a name="SSMSProcedure"></a> Using SQL Server Management Studio
8989

9090
#### To disable an index
91-
91+
9292
1. In Object Explorer, click the plus sign to expand the database that contains the table on which you want to disable an index.
9393

9494
2. Click the plus sign to expand the **Tables** folder.
@@ -98,7 +98,10 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
9898
4. Click the plus sign to expand the **Indexes** folder.
9999

100100
5. Right-click the index you want to disable and select **Disable**.
101-
101+
102+
> [!NOTE]
103+
> If the table is open in **Design** mode, the **Disable** control is not available. To proceed, close the table designer and start over.
104+
102105
6. In the **Disable Indexes** dialog box, verify that the correct index is in the **Indexes to disable** grid and click **OK**.
103106

104107
#### To disable all indexes on a table

0 commit comments

Comments
 (0)