nerdexam
Microsoft

70-450 · Question #130

You administer a SQL Server 2008 instance. You plan to design the security requirements for a new database application that will be deployed to the instance. The new database contains a table that…

The correct answer is D. Use the NTFS file system security and limit the access of the database files to the SQL. See the full explanation below for the reasoning.

Question

You administer a SQL Server 2008 instance. You plan to design the security requirements for a new database application that will be deployed to the instance. The new database contains a table that is created by using the following code segment:

CREATE TABLE EmpBonusPlan ( EmployeeID INT NOT NULL IDENTITY(1,1), NumOptions INT NOT NULL, BaseSalary MONEY NOT NULL, BonusPlan VARBINARY(MAX) FILESTREAM ) You need to ensure that the BonusPlan column is protected from unauthorized access by using the most secure method. What should you do?

Options

  • AUse Transparent data encryption.
  • BUse the Trustworthy option for the database.
  • CUse the Advanced Encryption Standard encryption on all columns in the database.
  • DUse the NTFS file system security and limit the access of the database files to the SQL

How the community answered

(51 responses)
  • A
    10% (5)
  • B
    4% (2)
  • C
    6% (3)
  • D
    80% (41)

Community Discussion

No community discussion yet for this question.

Full 70-450 Practice