Skip to content

Commit 1c0b9dc

Browse files
authored
clarifying view change tracking command (#873)
1 parent cb902d1 commit 1c0b9dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/GeneralSetup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ These are required to retrieve the data about the changes occurring in the table
106106
```sql
107107
USE <DatabaseName>
108108
GRANT SELECT ON <TableName> TO <UserName>
109+
GRANT VIEW CHANGE TRACKING ON <TableName> TO <UserName>
109110
```
110111

111112
- `SELECT`, `INSERT`, `UPDATE` and `DELETE` permissions on `az_func` schema

0 commit comments

Comments
 (0)