PrepAway - Latest Free Exam Questions & Answers

Which type of user should you create?

You use a contained database named ContosoDb withina domain. You need to create a user who can log on
to the ContosoDb database. You also need to ensure that you can port the database to different database
servers within the domain without additional user account configurations. Which type of user should you
create?

PrepAway - Latest Free Exam Questions & Answers

A.
User mapped to a certificate

B.
SQL user without login

C.
Domain user

D.
SQL user with login

Explanation:
Reference: http://msdn.microsoft.com/en-us/library/ff929071.aspx

6 Comments on “Which type of user should you create?

  1. julian says:

    B is incorrect, a user without login cannot log into the server.

    Here is the doc
    https://msdn.microsoft.com/en-us/library/ms173463.aspx
    Users that authenticate at the database Only allowed in a contained database.
    User based on a Windows user that has no login.
    User based on a Windows group that has no login.
    Contained database user with password.

    Users that cannot authenticate These users cannot login to SQL Server or SQL Database.
    User without a login. Cannot login but can be granted permissions.
    User based on a certificate. Cannot login but can be granted permissions and can sign modules.
    User based on an asymmetric key. Cannot login but can be granted permissions and can sign modules.




    0



    0
  2. Mr.Awesome says:

    C is the correct answer,
    because it satisfies this part of the question

    “You also need to ensure that you can port the database to different database
    servers within the domain without additional user account configurations”

    without will cause OrphanIDs which isnt best practice.




    0



    0

Leave a Reply