To create a database, the server requires certain permissions to be assigned to your username. Please refer to this documentation to learn which permissions need to be assigned to allow Bold BI to connect and use the database.
The credentials given to connect to the server instance must have the following permissions:
Create Database: permission to create databases if the application is to be deployed in a new database.
Create Table: permission to create tables required for the applications.
Insert: permission to add new records to the tables.
Update: permission to update existing records in the tables.
Alter: permission to change the database schema with upgrades.
Select: permission to read the records from the tables.
Drop Table: permission to change the database schema during upgrades and to remove tables from the database while deleting the site.
Drop Database: permission to drop the database while deleting the site.