To create a new user in the SelectPay Administrator tool, follow the steps below.
Log in to SQL Server Management Studio.
Click Security, then click Logins.
Right-click in the blank space, then select New Login.
Enter a login name, then select SQL Server authentication.
Enter a password, then, if required, select Enforce password policy.
We recommend you clear the Enforce password policy check box.
We recommend you clear the User must change password check box.
Click the Server Roles tab, then select the required permissions.
Click OK.
All permissions
Granting sysadmin at the SQL instance level will give the user permissions to all functions within the SelectPay Administrator.
Limited permissions
Alternatively, the user will need db_owner on each database required, and one or both of the following server roles:
dbcreator
processadmin
These roles will grant the following for the databases where the permissions have been granted;
Upgrade databases.
Back up databases.
Remove and apply unlocks to databases.
Delete databases.
View and manage users.
Syncing users from the user management database.
Creating new databases.
Actioning database restores.
Duplicating databases.
