What should you do?

You are a database administrator on an instance of SQL Server 2008. You want to create a table named InvTransaction that contains the following information:
• TranDate - A transaction date and time
• ProductID - A product identifier
• TranCOA - A transaction code corresponding to the company’s chart of accounts
• LocationID - A warehouse location identifier
• BinID - A bin location identifier
• Quantity - A quantity
• TranType - A transaction type
• TranDetails - A detailed transaction description
The data will be imported from a legacy system, and the majority of transactions will not have values to be stored in the LocationID and BinID columns. You want to minimize storage requirements for the table.
What should you do?
A. Set the text in row table option to OFF.
B. Use FILESTREAM storage.
C. Implement the LocationID and BinID columns as sparse columns.
D. Create a column set.

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.