We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a86f51 commit 1ab3a22Copy full SHA for 1ab3a22
docs/GeneralSetup.md
@@ -106,6 +106,7 @@ These are required to retrieve the data about the changes occurring in the table
106
```sql
107
USE <DatabaseName>
108
GRANT SELECT ON <TableName> TO <UserName>
109
+GRANT VIEW CHANGE TRACKING ON <TableName> TO <UserName>
110
```
111
112
- `SELECT`, `INSERT`, `UPDATE` and `DELETE` permissions on `az_func` schema
0 commit comments