SQL Server Authentification
The installation packages require an Administrator Login to the Database Server.
The sa user is an administrator that can be used during the install and as the SQL Server user for Nectari.
If you want to avoid using the sa user to connect to the databases, you can create an SQL Server Login for Nectari:
- After the install, the sysadmin role can be removed. Note
As the installation ran with the custom Nectari login, the dbo user will be assigned to the defined login and be given the db_owner rights.
- Giving full
access to the Login used on the database.Note
If the Login is created after the installation packages ran, the Database Mapping must also be set on the Login to grant permissions.
- For maximum permission, leave db_owner only.
For minimum permission, tick only the following checkboxes: db_datareader, db_datawriter,
db_ddladmin.