A_MSSQL_GRANT_USERNAME

This configuration variable is the name for which permissions are granted by the A_MSSQL_GRANT_PERMISSIONS configuration variable. The default value is public, giving everyone these permissions.

Notes:
  • The default value of this variable allows for unchanged behavior from previous versions.
  • If this and/or the A_MSSQL_GRANT_PERMISSIONS configuration variable value is empty, the GRANT statement is not executed when a new table is created. In this case, your DBA controls permissions from SQL Server. See your SQL Server documentation for details.