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 cb902d1 commit 1c0b9dcCopy full SHA for 1c0b9dc
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