You use a contained database named ContosoDb within a 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?

A.
User mapped to a certificate
B.
SQL user without login
C.
Domain user
D.
SQL user with login
Explanation:
Http://msdn.microsoft.com/en-us/library/ff929071.aspx
contained database = SQL user without login
https://docs.microsoft.com/en-us/sql/relational-databases/security/contained-database-users-making-your-database-portable?view=sql-server-2017
btw 70-462
0
0