Previous icon

Next icon

Adding new users to SQL Server

You first of all need to consider whether to use SQL authentication or Windows (or trusted) authentication as your SQL authentication method.

Reasons to use Windows authentication are when:

Benefits of Windows authentication

Disadvantages

Notes

Even if you use Windows authentication, SQL Server must still be set for Mixed Mode authentication to enable Crystal Reports to run. Mixed Mode allows both SQL and Windows accounts to be created.

Procedure to add a new user to SQL Server

To add a new user to SQL Server to enable them to access the Synergetic database:

  1. Run SQL Server Management Studio from the desktop or Start > Programs > Microsoft SQL Server.

    SQL Server Management Studio icon

    The Connect to Server window is displayed.

    Connect to Server window

  2. Enter the login details for the server running SQL Server.
  3. Click Connect button.

    The Microsoft SQL Server Management Studio window is displayed.

    Microsoft SQL Server Management Studio window

  4. Select View > Object Explorer, if Object Explorer is not already displayed.

    Select View > Object Explorer

    The Object Explorer pane is displayed on the left-hand side of the window.

    Microsoft SQL Server Management Studio window

  5. Drill into the following by clicking the plus sign +” next to:

    Microsoft SQL Server Management Studio (Object Explorer pane)

  6. Right click Logins.

    The following menu is displayed.

    Microsoft SQL Server Management Studio (Object Explorer, Logins right click menu)

  7. Select New Login.
  8. Enter the user details. If you are using:

    Login - New window

    See also Resetting another user's Synergetic password.

    Note: Leave default language as Default.

  9. Click User Mapping on the Login - New window.

    The User Mapping tab of the Login - New window is displayed.

    Login - New window (User Mapping tab)

    Tip: To edit the user mapping, locate the user in the Object Explorer Details tab, right click and select Properties.
    Microsoft SQL Server Management Studio (Object Explorer Details tab)

  10. Select the Map field next to the SynergyOne database.

    Login - New window (User Mapping tab, SynergyOne selected)

  11. Select public only, unless the user designs Crystal Reports or uses Microsoft Query.

    Login - New window (User Mapping tab, public database role membership)

  12. If the user needs access to financial resources, select the Map field next to the SynergyOneFinance database.

    Login - New window (User Mapping tab, SynergyOneFinance selected)

    Note: Other database areas can be set up too. By default, the user can only access information through Synergetic, not other programs like Microsoft Excel. Contact Synergetic Management Systems for more information.

  13. Select the Map field next to the SynergyOneMedia database.

    Login - New window (User Mapping tab, SynergyOneMedia selected)

  14. Click OK button.
  15. Create the user in Synergetic. See Creating new users.

    Create New Synergetic User - Login Name window

Last modified: 7/11/2012 10:20:57 AM

See Also

Maintaining security permissions

Group/User Security Maintenance - Groups View

Group Security Maintenance - Users view

Tips about group/user security

Password policies

Resetting another user's Synergetic password

© 2013 Synergetic Management Systems. Published 15 October 2013.

Top of page