Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 7545cb0

Browse files
authored
Merge pull request #10211 from CarlRabeler/master
schema
2 parents 8c7b888 + f5798bd commit 7545cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ For indexed views, nonclustered indexes can be created only on a view that has a
225225
If not otherwise specified, the default index type is NONCLUSTERED.
226226

227227
*index_name*
228-
Is the name of the index. Index names must be unique within a table or view, as well as across across schemas, but do not have to be unique within a database. Index names must follow the rules of [identifiers](../../relational-databases/databases/database-identifiers.md).
228+
Is the name of the index. Index names must be unique within a table or view, but do not have to be unique within a database. Index names must follow the rules of [identifiers](../../relational-databases/databases/database-identifiers.md).
229229

230230
*column*
231231
Is the column or columns on which the index is based. Specify two or more column names to create a composite index on the combined values in the specified columns. List the columns to be included in the composite index, in sort-priority order, inside the parentheses after *table_or_view_name*.

0 commit comments

Comments
 (0)