How can Drew ensure that the server at each country is sent only the data for products available for sale within that country?

The XYZ Company has offices in many different countries. There is a single Inventory database, replicated to a server in each country. Users connect to the server associated with the country in which they work. Each product document includes a multivalued field named Country, indicating the country or countries in which the product is available.
How can Drew ensure that the server at each country is sent only the data for products available for sale within that country?
A. From the Security tab of the properties on each country’s replica database, select "Restricted replication". Select "Restrict by formula". Enter a replication formula of: SELECT @IsMember("COUNTRY_NAME"; Country).
B. Add a computed Authors field to the Product forms in the database. use a value formula of "Country". Run an agent to refresh all documents.
C. From the Advanced tab of the replication settings for each country’s replica database, select "Documents by selection formula", and enter the formula: SELECT @IsMember("COUTRY_NAME"; Country).

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.