sql server - Which type of user should you create? -


i plan pass exam "querying microsoft sql server 2012".

i want proper logical answer , understand more.

question is:

you use contained database named contosodb withina domain. need create user can log on contosodb database. need ensure can port database different database servers within domain without additional user account configurations. type of user should create?

possible answers:

 a. user mapped certificate  b. sql user without login  c. domain user  d. sql user login 

source: which type of user should create?

the answer c obviously. type of users isn't linked actual sql server instance, in domain, account based on domain user (so b , d invalid, since bound instance).

certificates don't have it, make invalid too.


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -