You need to ensure that customers will be able to administer their databases and other SQL Server settings. What should you do for each customer?
Answer(s)
- Place the appropriate database user accounts into the customer db_datareader and db_datawriter fixed database roles.
- For each customer, place the appropriate logins into the sysadmin fixed server role.
- For each customer, create a local Windows user account on the appropriate SQL Server computer and place the account into the local Administrators group.
- For each customer, create a local Windows user account on the appropriate SQL Server computer and place the account into the local Server Operators group.
Correct Answer
For each customer, place the appropriate logins into the sysadmin fixed server role.