You need to ensure that Server1 passes the credentials of the current user browsing the model to DB1

You deploy a tabular model in DirectQuery mode to a server named Server1. Server1 has
SQL Server Analysis Services (SSAS) installed. The model uses a relational data source
named DB1.
You need to ensure that Server1 passes the credentials of the current user browsing the
model to DB1.
What should you do?

You deploy a tabular model in DirectQuery mode to a server named Server1. Server1 has
SQL Server Analysis Services (SSAS) installed. The model uses a relational data source
named DB1.
You need to ensure that Server1 passes the credentials of the current user browsing the
model to DB1.
What should you do?

A.
Register a Service Principal Name (SPN) for Server1.

B.
From the SQL Server Data Tools, modify the impersonation settings.

C.
From the Web.config file, modify the impersonation settings.

D.
Register a Service Principal Name (SPN) for DB1.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Dim

Dim

You have to define spn for BD1 instance,
to enable user delegation from SSAS to SQL Server.
I think D is correct answer.

Ralph

Ralph

You need to register SPN for this service that should take credentials of user and reuse them connecting to another system. Here Server1 is such a machine.

“A” is correct