Configure OST Users in SSMS
Learn how to map SQL Server logins to databases, assign data reader and writer roles, and script new logins using SQL Server Management Studio.
This guide explains how to connect to a SQL Server instance in SQL Server Management Studio (SSMS), map existing user logins to databases with appropriate role permissions, and script new logins.
This workflow is intended for database administrators and IT administrators responsible for user provisioning, access control, and database permissions across SQL Server instances.
Open and Connect to SQL Server Management Studio





Existing Users - Map Logins and Assign Database Roles








Repeat steps 11-13 for any additional OST databases they need access to.
DO NOT make changes to any other database mappings or roles. (ie. Estimating Databases)

For New Users - Script and Create a New Login via Query


Ex: [AKTIONHOSTING\tcooke.akt]
![Step #17: Click the login name in the query editor to update the target account name in the script. Ex: [AKTIONHOSTING\tcooke.akt]](https://di8mn0rali2ic.cloudfront.net/uploads/838474c0-40ed-4fb8-8a3e-dcae88ff4e05/cd786da3-0a09-498a-9a6a-b248fbf55cac.png)

Now that the New User has been added, go back to Setp 8 to assign the mappings and roles.
Term | Definition |
|---|---|
SSMS | SQL Server Management Studio, the administrative client application used to manage SQL Server instances and databases. |
db_datareader | A fixed database-level role that permits members to read all data from user tables and views. |
db_datawriter | A fixed database-level role that permits members to add, update, and delete data in all user tables. |
Object Explorer | The hierarchical navigation pane in SSMS used to browse and manage server instances and their database objects. |