You work as a Database Administrator (DBA) at ABC.com. The company uses a Microsoft SQL
Server 2012 infrastructure.
A server named ABC-SSAS1 runs SQL Server Analysis Services (SSAS). You are configuring
security for a tabular model on ABC-SSAS1.
You create a database role in SSAS. You will assign permissions to the role to control access to
the model database.
Which of the following permissions is the default permission assigned to a new role?
A.
None.
B.
Read.
C.
Read and Process.
D.
Process.
E.
Administrator.
Explanation:
http://technet.microsoft.com/en-us/library/hh213165.aspx
Why not B. read?
default value is none. A is correct.