...
- To add a user to a database role:
- Run SQL Server Management Studio from the desktop or Start > Programs > Microsoft SQL Server.
The Connect to Server window is displayed. - Enter the login details for the server running SQL Server.
- Click Connect .
The Microsoft SQL Server Management Studio window is displayed. - Select View > Object Explorer, if Object Explorer is not already displayed.
The Object Explorer pane is displayed on the left-hand side of the window. - Drill into the following by clicking the plus sign next to:
• [+] Microsoft SQL Servers
• [+] SQL Server Group
• [+] (Your Server Name)
• [+] Security
• [+] Database roles. - Right-click the database role you want to add the user to. You can click:
• publicfinance
• public{ExtraFinanceDBName}. - Select Properties.
The Database Role Properties window is displayed. - Click Add... .
The Select Database User or Role window is displayed. - Type the name of the user into the Enter the object names to select field.
- Click Check Names.
- Click .
- Repeat steps 3 through 11 to add additional users to database roles.
- Save the changes.
...