N O T I C E


MSPbots WIKI is moving to a new home at support.mspbots.ai to give you the best experience in browsing our Knowledge Base resources and addressing your concerns. Click here for more info!


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

You need to give MSPbots read-only access to your company's SQL server so that we can pull data from your server without modifying or deleting entries. Read-only access to your database also helps us create datasets for your use. 

This guide has the steps for granting read-only access to your SQL server. 

To create a read-only account for MSPbots: 

  1. Log in to SQL Server Management Studio and right-click on New Logins
    SQL new login
  2. On the Login Properties - mspbots window, type 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 properties 
  4. Next, go to User Mapping. Select the database that you want to synchronize and put checkmarks on the db_datareader and public checkboxes.

    user mapping 
  5. Then, go to Status > Settings. Open the account by selecting the radio buttons for Grant under Permission to connect to database engine, and Enabled under Login.

    status
  6. Click OK to save the settings. 

 



  • No labels