Which action should you take?

You are a database developer on an instance of SQL Server 2008. You are creating a SalaryAudit table to record custom audit information about salary changes for employees.
You have two payroll clerks that are allowed to process salary updates for the twenty departments within your company. At regular intervals, the clerks process salary updates for a large number of employees.
The table will contain the following columns:


This audit information will be rarely used, but internal auditors will perform ad hoc queries on the table during company-wide audits that occur every three years.
After each audit is complete and the finalized audit reports have been filed, the SalaryAudit table will be backed up, and all rows for the audit period will be removed from the table.
You want to minimize storage requirements for the table as much as possible, but support the other requirements with minimal effort.
Which action should you take?
A. Use FILESTREAM storage and implement NTFS compression.
B. Implement column-level compression for the table.
C. Implement page-level compression for the table.
D. Set the PERSISTED property for the EmpID, LastName, FirstName, and UpdID columns.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.