> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/knowledge-base/how-to-articles/generate-a-script-for-database-permissions.md).

# Generate a script for database permissions

The following instructions provide the method to generate an SQL script to grant permissions to accounts that are used to communicate with the SQL database. The scriptsql files can be generated for the Scheduler Service account and Web Application account. For these accounts, see this knowledge base article about [Pre-Deployment Account Survey](https://docs.devolutions.net/server/kb/knowledge-base/pre-deployment-account-survey/).

To get to this dialog:

1. From the Devolutions Server Console, edit the Devolutions Server instance.
2. Go in the ***Database*** tab.
3. Click on the ***Advanced Credentials*** button.
4. Click on the arrow beside of one of the ***Apply Least Permissions*** buttons.
5. Click on the ***Generate Script*** button to save thesql file.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2371.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/server/knowledge-base/how-to-articles/generate-a-script-for-database-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
