An environment has a DC server and an Exchange server. The administrator needs to install a patch and restart both servers while minimizing downtime. Which of the following is the BEST way to restart the servers?()
A. Restart both servers at the same time so the servers are down at the same time.
B. DC server first, then the Exchange server second.
C. The order in which the servers are restarted does not matter.
D. Exchange server first, then the DC server second.
第1题:
下面是该网站中数据库连接程序conn.inc的代码,请在空白处填入相应的程序代码。
<%
Setcorm=server.(1)("adodb.connection")
conn.provider="sqloledb"
provstr="server=127.0.0.1;database=(2);uid=(3);pwd=(4)"
conn.open(5)
%>
第2题:
某电子商务网站中数据库连接程序conn.inc的部分代码如下,请将(41)空缺处的代码填写完整。set conn=server.(41)("adodb.connection")
A.sq1
B.like
C.CreateObject
D.GetRecordSet
第3题:
Your company runs Remote Desktop Services. All client computers run Windows XP SP3. You have a Remote Desktop Session Host (RD Session Host) server.You need to ensure that users can print by using Easy Print while connected to the RD Session Host server.What should you do on the client computers?()
A.Install .NET Framework 3.5.
B.Enable Network Level Authentication (NLA)
C.Enable a Windows Firewall Inbound Rule for File and Printer Sharing.
D.Enable a Windows Firewall Outbound Rule for File and Printer Sharing.
第4题:
A.wls:unzip,wls:install-domain,wls:start-domain,wls:wlst,wls:appc
B.wls:install,wls:install-domain,wls:start-domain,wls:wlst,wls:appc
C.wls:unzip,wls:create-domain,wls:start-domain,wls:wlst,wls:appc
D.wls:install,wls:create-domain,wls:start-server,wls:wlst,wls:appc
第5题:
A.DC2
B.DC3
C.DC4
D.DC5
E.DC6
F.Server1
第6题:
下面是一段ASP程序,填空。 <% ’创建连接对象 Set Session("conn") = Server.CreateObject("()") ’ 打开站点目录data子目录中的student.mdb的Access数据库 Session("conn").()= "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server. ()("./data/student.mdb") Session("conn").() ’ 打开连接对象 ...... ’该部分为执行代码 Session("conn").Close ’关闭数据连接对象 () ’释放连接对象 %>
ADODB.Connection;ConnectionString;MapPath;Open;Set Session("conn") = Nothing
略