Users and SQL Server logins

During the installation, you will be asked for user names and passwords for SQL users used to access the database.

Three SQL Server users and logins are required:

Provisioning user
The installation user, who must be created as a SQL user with login before the installation begins. The provisioning login must be associated with the dbcreator and securityadmin server roles.
Landlord user
This user is created during installation and the correct permissions are provided by the installation procedure.
We recommend that the landlord user is created by the installer. However, if it already exists from a previous installation, then you must make sure that the landlord login is restricted to the public database role.
Tenant user
This user is created during installation and the correct permissions are provided by the installation procedure.
We recommend that the tenant user is created by the installer. However, if it already exists from a previous installation, then you must make sure that the tenant login is restricted to the public database role.