READ Free Dumps For Microsoft- 70-462
Question ID 18887 | You are implementing a SQL Server 2012 five-node failover cluster.
You need to choose a quorum configuration.
Which configuration should you use?
|
Option A | Distributed File System (DFS)
|
Option B | Node Majority
|
Option C | Cluster Shared Volume (CSV)
|
Option D | Node and Disk Majority
|
Correct Answer | B |
Explanation Explanation: http://technet.microsoft.com/en-us/library/jj612870.aspx
Question ID 18888 | You administer a SQL Server 2012 server that contains a database named SalesDb.
SalesDb contains a schema named Customers that has a table named Regions. A user
named UserA is a member of a role named Sales. UserA is granted the Select permission
on the Regions table. The Sales role is granted the Select permission on the Customers
schema.
You need to ensure that the following requirements are met:
✑ The Sales role does not have the Select permission on the Customers schema.
✑ UserA has the Select permission on the Regions table.
Which Transact-SQL statement should you use?
|
Option A | DENY SELECT ON Object::Regions FROM Sales
|
Option B | DENY SELECT ON Schema::Customers FROM Sales
|
Option C | REVOKE SELECT ON Object::Regions FROM Sales
|
Option D | REVOKE SELECT ON Schema::Customers FROM Sales
|
Option E | DENY SELECT ON Object::Regions FROM UserA
|
Option F | DENY SELECT ON Schema::Customers FROM UserA
|
Correct Answer | D |
Explanation Explanation: Explanation/Reference: http://msdn.microsoft.com/en-us/library/ms188369.aspx http://msdn.microsoft.com/en-us/library/ms187750.aspx http://msdn.microsoft.com/en-us/library/ff848791.aspx