You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/t-sql/statements/create-index-transact-sql.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: "CREATE INDEX (Transact-SQL) | Microsoft Docs"
3
3
ms.custom: ""
4
4
ms.date: "12/21/2017"
@@ -103,10 +103,10 @@ CREATE UNIQUE INDEX i1 ON t1 (col1 DESC, col2 ASC, col3 DESC);
103
103
[Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
<partition_number_expression> TO <partition_number_expression>
165
-
166
-
Backward Compatible Relational Index
165
+
```
166
+
167
+
### Backward Compatible Relational Index
167
168
168
169
> [!IMPORTANT]
169
170
> The backward compatible relational index syntax structure will be removed in a future version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
170
171
> Avoid using this syntax structure in new development work, and plan to modify applications that currently use the feature.
171
172
> Use the syntax structure specified in <relational_index_option> instead.
0 commit comments