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. On two cluster-ready nodes, you intend to perform an installation of a SQL Server 2008 mission-critical cluster. Constant availability is needed by the mission-critical cluster. You have to configure the SQL Server cluster to failover and reduce the service disruption to the least. Which failover option should you use?()
A. You should allow failback only during non-business hours
B. You should immediately allow failback
C. You should prevent automatic failback
D. You should allow failback only during business hours
查看答案
Youhaveaserverthatrunswindowsserver2008.YouneedtopreventtheserverfromestablishingcommunicationsessionstoothercomputersbyusingTCPport25.Whatshouldyoudo?()
A. Fromwindowsfirewall,addanexception.
B. Fromwindowsfirewallenabletheblockallincomingconnectionsoption.
C. Fromthewindowsfirewallwithadvancedsecuritysnap-in,createaninboundrule.
D. Fromthewindowsfirewallwithadvancedsecuritysnap-in,createanoutboundrule.
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.