Skip to content

Commit b109ab9

Browse files
authored
Update README.MD
1 parent bfe2d28 commit b109ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ The easiest way to deploy the full-stack application is to fork the repository a
122122
Make sure you give the user thay you are using to connect to the database the permission to run the needed stored procedures:
123123

124124
```sql
125+
GRANT SELECT ON SCHEMA::[dbo] TO [<your user>]
125126
GRANT EXECUTE ON SCHEMA::[web] TO [<your user>]
126127
GRANT EXECUTE ANY EXTERNAL ENDPOINT TO [<your user>];
127128
GRANT REFERENCES ON DATABASE SCOPED CREDENTIAL::[<openai_url>] TO [<your user>];

0 commit comments

Comments
 (0)