题目内容

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. The Dworks database has the Products table. Now you have to replicate the Products table to the SQL Server instances at remote locations, so you create a Merge Replication topology and a Publication to do this. ThePublication has a 21-day retention period. There is a user who goes on a business trip, 30 days later he comes back and finds that data in his database is not the latest. The Windows Event log states the following error message: "Replication: expired subscription dropped." You must get the latest data in the user's database and make sure that future data changes are appropriately replicated. So what action should you perform to achieve this goal? ()

A. You should recreate the publication
B. You should upload unsynchronized changes.
C. You should reinitialize the publication and generate a new snapshot at once.
D. You should upload unsynchronized changes, and then reinitialize the publication

查看答案
更多问题

You develop a service application named FileService. You deploy the service application to multiple servers on your network.You implement the following code segment. (Line numbers are included for reference only.) You need to develop a routine that will start FileService if it stops. The routine must start FileService on the server identified by the serverName input parameter.Which two lines of code should you add to the code segment?()

A. Insert the following line of code between lines 03 and 04: crtl.ServiceName = serverName;
B. Insert the following line of code between lines 03 and 04: crtl.MachineName = serverName;
C. Insert the following line of code between lines 03 and 04: crtl.Site.Name = serverName;
D. Insert the following line of code between lines 04 and 05: crtl.Continue();
E. Insert the following line of code between lines 04 and 05: crtl.Start();
F. Insert the following line of code between lines 04 and 05: crtl.ExecuteCommand(0);

YournetworkcontainsaservernamedServer1thatrunsWindowsServer2008R2.Server1hastheRemoteAccessServiceroleserviceinstalled.Server1isconfiguredasaVPNserver.YouneedtoensurethatyoucanconfigureServer1asaNetworkAddressTranslation(NAT)server.WhatshouldyoudofirstonServer1?()

A. EnableIPv4routing.
B. EnableIPv6routing.
C. Addanewroutingprotocol.
D. AddtheRoutingroleservice.

You are developing an application that dynamically loads assemblies from an application directory. You need to write a code segment that loads an assembly named Company1.dll into the current application domain. Which code segment should you use?()

A
B
C
D

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. The company stores clients data in DB1. Clients can access their profile data by using a Web application. You must ensure the security of the customer data, you must ensure that even if the backup media is lost, data files, log files and subsequent backups and so on are quite safe. So what action should you perform to achieve this goal?()

A. For both the CustomerDB database and the master database, enable Transparent Database Encryption.
B. You should use the built-in encryption functions to encrypt the sensitive data at the cell level.
C. You should make the CustomerDB database accessible only through stored procedures and functions.
D. For the CustomerDB database, enable Transparent Database Encryption and back up the transaction log.

答案查题题库