Microsoft
70-451 · Question #20
You are a database developer for a retail application. You create a database by using SQL Server 2008 in a distributed enterprise environment that has multiple servers. The same database is…
The correct answer is D. Use the uniqueidentifier data type. See the full explanation below for the reasoning.
Question
You are a database developer for a retail application. You create a database by using SQL Server 2008 in a distributed enterprise environment that has multiple servers. The same database is implemented on all the servers. The database contains a table that has a surrogate key. You need to ensure that the following requirements are met:
- The surrogate key is unique across all servers.
- The index on the surrogate key is not fragmented because of INSERT
operations. What should you do?
Options
- AUse the timestamp data type.
- BUse the bigint data type.
- CUse the uniqueidentifier data type.
- DUse the uniqueidentifier data type.
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C13% (4)
- D77% (24)
Community Discussion
No community discussion yet for this question.