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 bfe2d28 commit b109ab9Copy full SHA for b109ab9
README.MD
@@ -122,6 +122,7 @@ The easiest way to deploy the full-stack application is to fork the repository a
122
Make sure you give the user thay you are using to connect to the database the permission to run the needed stored procedures:
123
124
```sql
125
+GRANT SELECT ON SCHEMA::[dbo] TO [<your user>]
126
GRANT EXECUTE ON SCHEMA::[web] TO [<your user>]
127
GRANT EXECUTE ANY EXTERNAL ENDPOINT TO [<your user>];
128
GRANT REFERENCES ON DATABASE SCOPED CREDENTIAL::[<openai_url>] TO [<your user>];
0 commit comments