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 3 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 Logins
    sql server
  2. On the Login - New window, type mspbots 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 Server Roles and tick the checkboxes for public and sysadmin.
    server rules 
  5. Move on to User Mapping. Put a checkmark on the autotest checkbox under the Database column. Then in the table below, put checkmarks on the checkboxes for db_datareader and public.
    user mapping 
  6. Next, go to Securables > Permissions for <user>. Tick the Grant checkbox for View any definition.
    securables 
  7. Lastly, go to Status > Settings. Select the radio buttons for Grant under Permission to connect to database engine, and Enabled under Login.status
  8. Click OK to save the settings. 

 



  • No labels