Microsoft Exam Questions

Which three actions should you perform?

A company has a main office in London and a branch office in New York. The company’s network contains a
server named Server5 that has SQL Server installed. Server5 contains a database name ContentDB and a
table named ContentTable.
You add an additional server named Server9 that runs SQL Server.You need to create a distributed partitioned view. The solution must minimize the amount of network traffic.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose all that
apply.)

A.
Create the view on Server5 and Server9.

B.
Remove ContentTable from Server5.

C.
Add Server9 as a Distributor.

D.
Add ContentTable to Server9.

E.
Add Server9 as a linked server.