Granting SQL Server permissions

Note:
To grant SQL Server 2014, or 2016 permissions
  1. In Windows, open the Microsoft SQL Server 2014, or 2016 program folder and go to SQL Server Management Studio.
  2. Connect to the desired SQL Server.
  3. In the left pane, expand the Security tree and select Logins.
  4. If the desired user is not listed, right-click Logins and select New Login.
  5. After Login name, type the name of the Windows user account.

    Optionally, click Search to search for the user name.

  6. If you have the users configured in groups on your domain, you can optionally add the group to add all users at once.

    If you want to grant SQL Server permissions to a domain group, you must click Search, click Object Types, and select the Groups check box.

  7. Click User Mapping.
  8. Under Users Mapped to this login, select CCMData.
  9. Click OK.
  10. Under Database role membership for: CCMData, select db_owner.
  11. Click OK.

    Repeat steps 5-11 for all Workforce Scheduling users.