Skip to content

Commit 9a3df2e

Browse files
Merge branch 'docs-editor/grant-object-permissions-trans-1744046547' of https://github.com/chopsakie/sql-docs-pr into 20250409-schemabinding
2 parents 55bbd2e + e8420cc commit 9a3df2e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/t-sql/statements/grant-object-permissions-transact-sql.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: "GRANT object permissions (Transact-SQL)"
33
description: GRANT grants permissions on a database objects.
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: 10/04/2023
6+
ms.date: 04/06/2025
77
ms.service: sql
88
ms.subservice: t-sql
99
ms.topic: reference
1010
ms.custom:
11-
- ignite-2024
11+
- ignite-2024
1212
helpviewer_keywords:
13-
- "granting permissions [SQL Server], objects"
14-
- "GRANT statement, objects"
13+
- "granting permissions [SQL Server], objects"
14+
- "GRANT statement, objects"
1515
dev_langs:
16-
- "TSQL"
16+
- "TSQL"
1717
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric"
1818
---
1919
# GRANT object permissions (Transact-SQL)
@@ -132,6 +132,10 @@ GRANT <permission> [ ,...n ] ON
132132
|`UPDATE`|`CONTROL`|`UPDATE`|
133133
|`VIEW CHANGE TRACKING`|`CONTROL`|`VIEW CHANGE TRACKING`|
134134
|`VIEW DEFINITION`|`CONTROL`|`VIEW DEFINITION`|
135+
136+
> [!NOTE]
137+
> Schemabinding is unsupported in Azure Synapse Analytics, which could lead to unexpected behavior when underlying objects are modified and permissions have been granted to a view. For additional information see [Create Views (Transact-SQL)](../../t-sql/statements/create-view-transact-sql.md).
138+
135139

136140
## Permissions
137141

0 commit comments

Comments
 (0)