- (Exam Topic 1)
You administer a Microsoft SQL Server 2012 database named ContosoDB. The database contains a table named Suppliers and a column named IsActive in the Purchases schemA.
You create a new user named ContosoUser in ContosoDB. ContosoUser has no permissions to the Suppliers table.
You need to ensure that ContosoUser can delete rows that are not active from Suppliers. You also need to grant ContosoUser only the minimum required permissions.
Which Transact-SQL statement should you use?
Correct Answer:
D
References:
http://msdn.microsoft.com/en-us/library/ms188354.aspx http://msdn.microsoft.com/en-us/library/ms187926.aspx
- (Exam Topic 5)
You are creating an application that will connect to the AgentPortal database by using a SQL login named AgentPortalUser. Stored procedures in the database will use sp_send_dbmail to send email messages.
You create a user account in the msdb database for the AgentPortalUser login. You use the Database Mail Configuration Wizard to create a Database Mail profile. Security has not been configured for the Database Mail profile.
You need to ensure that AgentPortalUser can send email messages. What should you do?
Correct Answer:
C
To send Database Mail, you must be a member of the DatabaseMailUserRole database role in the msdb database.
- (Exam Topic 4)
In which of the following statements about audit information stored in an SQL Server 2012 environment is TRUE?
Correct Answer:
A
References:
https://msdn.microsoft.com/en-us/library/cc280525(v=sql.110).aspx
- (Exam Topic 5)
You install a Microsoft SQL Server 2012 instance.
The instance will store data extracted from two databases running on Windows Azure SQL Database. You hire a data steward to perform interactive data cleansing and ad hoc querying and updating of the
database.
You need to ensure that the data steward is given the correct client tools to perform these tasks. Which set of tools should you install?
Correct Answer:
B
References: https://www.mssqltips.com/sqlservertutorial/3802/sql-server-master-data-services-architecture/
- (Exam Topic 5)
Which of the following is a valid upgrade path for SQL Server 2012?
Correct Answer:
B
References:
https://technet.microsoft.com/en-us/library/ms143393(v=sql.110).aspx https://technet.microsoft.com/en-us/library/ms143393(v=sql.90).aspx