Skip to content

Commit e8420cc

Browse files
Update docs/t-sql/statements/grant-object-permissions-transact-sql.md
Co-authored-by: Van To <[email protected]>
1 parent 60f9b68 commit e8420cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ GRANT <permission> [ ,...n ] ON
134134
|`VIEW DEFINITION`|`CONTROL`|`VIEW DEFINITION`|
135135

136136
> [!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).
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).
138138
139139

140140
## Permissions

0 commit comments

Comments
 (0)