PrepAway - Latest Free Exam Questions & Answers

Which Transact-SQL statement should you use?

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?

PrepAway - Latest Free Exam Questions & Answers

A.
DENY SELECT ON Object::Regions FROM Sales

B.
DENY SELECT ON Schema::Customers FROM Sales

C.
REVOKE SELECT ON Object::Regions FROM Sales

D.
REVOKE SELECT ON Schema::Customers FROM Sales

E.
DENY SELECT ON Object::Regions FROM UserA

F.
DENY SELECT ON Schema::Customers FROM UserA

G.
REVOKE SELECT ON Object::Regions FROM UserA

H.
REVOKE SELECT ON Schema::Customers FOR UserA

I.
EXEC sp_addrolemember `Sales’, `UserA’

J.
EXEC sp_droprolemember `Sales’, `UserA’

Explanation:
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

One Comment on “Which Transact-SQL statement should you use?

  1. Andrew says:

    2017/7/30 New 70-764 questions and answers:

    QUESTION
    You manage a Microsoft SQL Server environment.
    You implement Transparent Data Encryption (TDE).
    A user will assist in managing TDE.
    You need to ensure that the user can view the TDE metadata while following the principle of lease privilege.
    Which permission should you grant?

    A. DDLAdmin
    B. db_datawriter
    C. dbcreator
    D. dbo
    E. View Database State
    F. View Server State
    G. View Definition
    H. sysadmin

    Answer: G

    QUESTION
    You are the database administrator for a company that hosts Microsoft SQL Server. You manage both on-premises and Microsoft Azure SQL Database environments. You have a user database named HRDB that contains sensitive human resources data. The HRDB backup files must be encrypted.
    You need to grant the correct permission to the service account that backs up the HRDB database.
    Which permission should you grant?

    A. DDLAdmin
    B. db_datawriter
    C. dbcreator
    D. dbo
    E. View Database State
    F. View Server State
    G. View Definition
    H. sysadmin

    Answer: G

    QUESTION
    You are the database administrator for a company that hosts Microsoft SQL Server.
    You manage both on-premises and Microsoft Azure SQL Database environments.
    You plan to delegate encryption operations to a user.
    You need to grant the user permission to implement cell-level encryption while following the principle of least privilege.
    Which permission should you grant?

    A. DDLAdmin
    B. db_datawriter
    C. dbcreator
    D. dbo
    E. View Database State
    F. View ServerState
    G. View Definition
    H. sysadmin

    Answer: G

    QUESTION
    A company has an on-premises Microsoft SQL Server environment and Microsoft Azure SQL Database instances. The environment hosts a customer database named DB1. Customers connect to hosted database instances by using line-of-business applications. Developers connect by using SQL Server Management Studio (SSMS).
    You need to grant the developers permission to alter views for DB1 while following the principle of least privilege.
    Which permission should you grant?

    A. DDLAdmin
    B. db_datawriter
    C. dbcreator
    D. dbo
    E. View Database State
    F. View Server State
    G. View Definition
    H. sysadmin

    Answer: A

    QUESTION
    You have an on-premises server that runs Microsoft SQL Server 2016 Standard Edition.
    You need to identify missing indexes.
    What should you use?

    A. Activity Monitor
    B. Sp_who3
    C. SQL Server Management Studio (SSMS) Object Explorer
    D. SQL Server Data Collector
    E. SQL Server Data Tools (SSDT)
    F. SQL Server Configuration Manager

    Answer: D

    QUESTION
    You have a database named DB1 that stores more than 700 gigabyte (GB) of data and serves millions of requests per hour.
    Queries on DB1 are taking longer than normal to complete.
    You run the following Transact-SOL statement:
    SELECT* FROM sys.database_query_store_options
    You determine that the Query Store is in Read-Only mode.
    You need to maximize the time that the Query Store is in Read-Write mode.
    Which Transact-SOL statement should you run?

    A. ALTER DATABASE DB1SET QUERY_STORE (QUERY_CAPTURE_MODE = ALL)
    B. ALTER DATABASE DB1SET QUERY_STORE (MAX_STORAGE_SIZE_MB = SO)
    C. ALTER DATABASE DB1SET QUERY_STORE (CLEANUP _POLICY=
    (STALE_QUERY_THRESHOLD_DAYS = 14));
    D. ALTER DATABASE DB1SET QUERY_STORE (QUERY_CAPTURE_MODE = NONE)

    Answer: C

    More new questions from:https://drive.google.com/drive/folders/0B75b5xYLjSSNdlF6dzFQVE9kUjA?usp=sharing




    0



    0

Leave a Reply