Skip to content

Commit cba76fa

Browse files
authored
Merge pull request #14157 from MicrosoftDocs/CarlRabeler-patch-1
Update create-index-transact-sql.md
2 parents 43d4b74 + cfd3072 commit cba76fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CREATE INDEX (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: 11/12/2019
4+
ms.date: 03/17/2020
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -814,7 +814,7 @@ The following restrictions apply to partitioned indexes:
814814
To evaluate how changing the compression state will affect a table, an index, or a partition, use the [sp_estimate_data_compression_savings](../../relational-databases/system-stored-procedures/sp-estimate-data-compression-savings-transact-sql.md) stored procedure.
815815

816816
## Permissions
817-
Requires `ALTER` permission on the table or view. User must be a member of the `sysadmin` fixed server role or the `db_ddladmin` and `db_owner` fixed database roles.
817+
Requires `ALTER` permission on the table or view. User must be a member of the `sysadmin` fixed server role or the `db_ddladmin` or `db_owner` fixed database roles.
818818

819819
## Limitations and Restrictions
820820
In [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], you cannot create:

0 commit comments

Comments
 (0)