Skip to content

Commit 80b080b

Browse files
committed
Learn Editor: Update grant-object-permissions-transact-sql.md
1 parent c784b85 commit 80b080b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
> In Azure Synapse Analytics, Schemabinding is unsupported 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)](../../statements/create-view-transact-sql.md).
138+
135139

136140
## Permissions
137141

0 commit comments

Comments
 (0)