Skip to content

Commit ed22c31

Browse files
20250409 schemabinding
1 parent 9a3df2e commit ed22c31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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: 04/06/2025
6+
ms.date: 04/09/2025
77
ms.service: sql
88
ms.subservice: t-sql
99
ms.topic: reference
@@ -133,9 +133,7 @@ GRANT <permission> [ ,...n ] ON
133133
|`VIEW CHANGE TRACKING`|`CONTROL`|`VIEW CHANGE TRACKING`|
134134
|`VIEW DEFINITION`|`CONTROL`|`VIEW DEFINITION`|
135135

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-
136+
Schema binding 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 more information, see [T-SQL views with dedicated SQL pool and serverless SQL pool in Azure Synapse Analytics](/azure/synapse-analytics/sql/develop-views#limitations).
139137

140138
## Permissions
141139

0 commit comments

Comments
 (0)