Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to SQL Server Management Studio and right-click on Logins
    SQL new loginImage Addedsql serverImage Removed
  2. On the Login Properties - Newmspbots window, type mspbots mspsqlagent on the field for Login name and select the SQL Server authentication radio button. 
  3. Enter and confirm the Password,and tick the checkboxes for Enforce password policy and Enforce password expiration.
    sql login propertiesImage RemovedSQL login propertiesImage Added 
  4. Next, go to Server Roles and tick the checkboxes for public and sysadmin.
    server rulesImage Removed Move on to User Mapping. Put a checkmark on the autotest checkbox under the Database column. Then in the table below it, Select the database that you want to synchronize and put checkmarks on the checkboxes for db_datareader and public.
    user mapping 
  5. Next, go to Securables > Permissions for <user>. Tick the Grant checkbox for View any definition.
    securablesImage Removed 
  6. LastlyThen, go to Status > Settings. Select Open the account by selecting the radio buttons for Grant under Permission to connect to database engine, and Enabled under Login.status
  7. Click OK to save the settings. 

...