What should you do?

You are designing a table for a SQL Server database. The table uses horizontal partitioning.
You have the following requirements:
• Each record in the table requires a unique key.
• You must minimize table fragmentation as the table grows.
You need to choose the appropriate data type for the key value.
What should you do?
A. Use the NEWID function to create a unique identifier.
B. Use the NEWSEQUENTIALID function to create a unique identifier.
C. Generate a random value that uses the bigint datatype.
D. Generate a random value that uses the char(16) data type.

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.