Setting up user roles in servers and databases
In this section, we will cover the various roles that exist in the databases and servers. Custom roles are also possible. These can limit the data that is seen by users, allowing you to build a more complete solution, reducing overall maintenance. Let's now see how to add members to the server administrator roles.
Adding members to the server administrator role
The server administrator role in SSAS has unlimited access to the server, databases, objects, and all data in the instance. Because of this unlimited access to objects and data, it is very important to understand who has that access. When we were installing the servers in Chapter 1, Analysis Services in SQL Server 2019, we added the current user to this role. This allowed us to have unfettered access and functionality while working through the tasks in this book. However, in a production configuration, you need to be clear who has access. In our case, we have at least...