Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/GeneralSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ These are required to retrieve the data about the changes occurring in the table
```sql
USE <DatabaseName>
GRANT SELECT ON <TableName> TO <UserName>
GRANT VIEW CHANGE TRACKING ON <TableName> TO <UserName>
```

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