Your company has a main office in London and a branch office in New York.
Your network contains a server named Server5 that has SQL Server 2012 installed.
Serverscontains a database name ContentDB and a table named ContentTable.
You add an additional server named Server9 that runs SQL Server 2012.
You need to create a distributed partitioned view. The solution must minimize the amount of
network traffic.
What should you do? (Each correct answer presents part of the solution. Choose all that
apply.)
A.
Create the view on Server5.
B.
Add Server9 as a linked server.
C.
Create the view on Server9.
D.
Add the Customers table to Server9.
E.
Add Server9 as a Distributor.
F.
Remove the Customers table from Server5.
The right answer is
A. Create the view on Server5.
B. Add Server9 as a linked server.
C. Create the view on Server9.
D. Add the Customers table to Server9.
A distributed partitioned view must be created on each member server. See
– https://technet.microsoft.com/en-us/library/aa933141(v=sql.80).aspx
– https://technet.microsoft.com/en-us/library/ms188299(v=sql.105).aspx
dp what would be the correct answer on the exam?
dp what would be the correct answer on the exam?
ABCD