Describe minimum role permissions for MSSQL

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10122
GitOrigin-RevId: 0d60c402855924753075b69b5670765eecd91f52
This commit is contained in:
Tom Harding 2023-08-18 13:16:08 +02:00 committed by hasura-bot
parent 7258c0ccdc
commit ec8e1bbc45

View File

@ -38,6 +38,14 @@ Here are 2 ways you can get started with Hasura and SQL Server:
Hasura currently supports queries, subscriptions, mutations, relationships, permissions, and Event Triggers on MS SQL
Server.
## Required permissions
Assuming a `CONNECT` permission already exists, the following permissions are required for Hasura to function completely. Note that missing permissions may cause the corresponding features to work incorrectly:
* To use the Hasura Console to alter your schema, you will need appropriate schema permissions, such as `CREATE TABLE`, `CREATE VIEW`, `CREATE FUNCTION`, and `CREATE PROCEDURE`, depending on what you want to do.
* To perform queries and mutations, Hasura will need permission to `DELETE`, `INSERT`, `SELECT`, and `UPDATE`.
* To call MSSQL stored procedures via Hasura, the `EXECUTE` permission is also required.
## Keep up to date
If you'd like to stay informed about the status of SQL Server support, subscribe to our newsletter and join our discord!