重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 计算机类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

你发现SQLServer2005数据库中sales表的所有索引的碎片都很严重。现在,你要将sales表全部索引的碎片减到最小,同时却不影响任何用户使用sales表。该怎样做?()

A.对包含销售表的磁盘进行碎片整理

B.执行以下语句:USEmaster;GODBCCCLEANTABLE(‘DB1’.’sales’);GO

C.执行以下语句:USEDB1;GOALTERINDEXALLONsalesREORGANIZEWITH LOB_COMPACTION=ON);GO

D.执行以下语句:USEDB1;GOALTERINDEXALLONsalesREBUILD;GO

查看答案
更多“你发现SQLServer2005数据库中sales表的所有索引的碎片都很严重。现在,你要将sales表全部索引的碎片减到最小,同时却不影响任何用户使用sales表。该怎样做?()”相关的问题

第1题

YournetworkcontainsasingleActiveDirectorydomain.Thedomaincontainsfiveread-onlydomaincontro

llers(RODCs)andfivewritabledomaincontrollers.AllserversrunWindowsServer2008.YouplantoinstallanewRODCthatrunsWindowsServer2008R2.YouneedtoensurethatyoucanaddthenewRODCtothedomain.Youwanttoachievethisgoalbyusingtheminimumamountofadministrativeeffort.Whichtwoactionsshouldyouperform()

A.Atthecommandprompt,runadprep.exe/rodcprep.

B.Atthecommandprompt,runadprep.exe/forestprep.

C.Atthecommandprompt,runadprep.exe/domainprep.

D.FromActiveDirectoryDomainsandTrusts,raisethefunctionallevelofthedomain.

E.FromActiveDirectoryUsersandComputers,pre-stagetheRODCcomputeraccount.

点击查看答案

第2题

您打算通过使用一个虚拟硬盘(VHD)来部署indows7。您需要确保当计算机从VHD启动时,Windows7安装程序将运行安装的全新安装体验(OOBE)部分。您应该怎么做?()

A.将install.wim从Windows7安装媒体复制到VHD

B.使用ImageX,将install.wim从Windows7安装媒体复制到VHD

C.通过使用Windows7安装媒体来启动计算机,然后选择“现在安装”

D.通过使用Windows预安装环境(WindowsPE)来启动计算机,然后运行Diskprep.exe

点击查看答案

第3题

Youneedtodesignanauthenticationsolutionforwirelessnetworkaccess.Yoursolutionmustmeetbusinessandtechnicalrequirements.Whichtwoactionsshouldyouperform?()

A.DeployanofflineenterpriserootCAinthecorp.woodgrovebank.comdomain.DeploysubordinateenterpriserootCAsineachchilddomain.InstallInternetAuthenticationService(IAS)ononememberserverinthela.corp.woodgrovebank.comdomainandonememberserverintheden.corp.woodgrovebank.comdomain

B.DeployanenterpriserootCAineachdomain.InstallInternetAuthenticationService(IAS)onamemberserverinthecorp.woodgrovebank.comdomain.InstalltheRoutingandRemoteAccessserviceonamemberserverineachchilddomain,andconfiguretheseserversasRADIUSclients

C.Enrollanddeployusercertificatestoalladministratorsineachdomain.Enrollanddeploycomputercertificatestoallportablecomputersthathavewirelessnetworkadapters.ConfigureeachportablecomputertouseProtectedEAP(PEAP)forauthentication

D.Enrollanddeploycomputercertificatestoallportablecomputersthathavewirelessnetworkadapters.ConfigureeachportablecomputertouseEAP-MS-CHAPv2forauthentication.ConfigureeachportablecomputertoconnecttotheInternetAuthenticationService(IAS)server

点击查看答案

第4题

YoudeployanActiveDirectoryFederationServices(ADFS)FederationServiceProxyonaservernamedServ

er1.YouneedtoconfiguretheWindowsFirewallonServer1toallowexternaluserstoauthenticatebyusingADFS.WhichinboundTCPportshouldyouallowonServer1()

A.88

B.135

C.443

D.445

点击查看答案

第5题

公司A使用SQLServer2005。有用户反映一个订单处理程序在事务处理过程中停止响应。你调查并发现此用户的会话(会话标识85)被一错误进程阻止了。错误进程的会话标识是101。你需要尽快解决这种阻断情形,以使用户能继续使用此程序而不耽误工作。哪两种方法可能达成目标?()

A.在SQLServerManagementStudio打开一个新的查询窗口,执行以下语句:KILL85

B.在SQLServerManagementStudio打开一个新的查询窗口,执行以下语句:KILL101

C.在SQLServerManagementStudio打开活动监控器,打开进程信息页;右击会话标识85并选择终止进程。

D.在SQLServerManagementStudio打开活动监控器,打开进程信息页;双击会话标识101以显示进程详细信息;点击终止进程按钮。

点击查看答案

第6题

You copy a Web site from a development site to a staging site. You do not have the Web sit

e in a source control application. Another developer begins to fix bugs on the staging site while the development team adds features on the development site. You need to synchronize the development site and the staging site and copy the latest version of each file to both locations.What should you do?()

A. Use the Copy Web tool.

B. Create a Web Setup project.

C. Use the Publish Web tool.

D. Use the command line to XCOPY the files.

点击查看答案

第7题

您正在测试一个名为 PersistToDB 的新的方法。此方法接受一个参数的类型 EventLogEntry。此方法不返回值。您需要创建一个可帮助您测试方法的代码段。代码段必须从本地计算机的应用程序日志中读取条目,然后通过将条目上的 PersistToDB 方法。代码块必须从源头 MySource PersistToDB 方法传递只类型错误或警告事件。您应该使用哪个代码段?()

A.

B.

C.

D.

点击查看答案

第8题

YoudeployanewActiveDirectoryFederationServices(ADFS)federationserver.Yourequestnewcertific

atesfortheADFSfederationserver.YouneedtoensurethattheADFSfederationservercanusethenewcertificates.Towhichcertificatestoreshouldyouimportthecertificates()

A.Computer

B.IISAdminServiceserviceaccount

C.LocalAdministrator

D.WorldWideWebPublishingServiceserviceaccount

点击查看答案

第9题

你是TestKing网站的电脑管理员,网络包含25台WindowsXP专业版客户机和4台Windows2000服务器版电脑

,在一个Windows2000域中。所有的电脑在单一的子网上,客户机设置的是使用动态IP地址,网络设置如下所示:一个开发者名为Tess报告说,她不能通过她的Computer22访问Filesrv1服务器。当她试着从命令行浏览\\Filesrv1时,她收到下列信息网络路径没有找到”,别的用户并没有报告这样的问题,从Tess的客户机上,你从命令行浏览\\192.168.14.5能成功的连接到服务器,你运行ipconfig/all命令,结果如下所示:你想让Tess使用电脑名字来访问Filesrv1上的资源,你要怎么做呢?()

A.设置客户机的默认网关为192.168.14.2

B.设置客户机的子网掩码255.255.0.0

C.在因特网协议属性(TCP/IP)中,选择自动获取DNS服务器地址

D.在因特网协议属性(TCP/IP)中,选择自动获取IP地址

点击查看答案

第10题

You are the network administrator for your company. All network servers run Windows Server

2003.A member server named Server1 is configured to run shadow copies without a storage limit. Server1 has the disk configuration shown in the following table.You need to create additional free space on DATA1. You also need to improve the performance of Server1 and ensure that it has sufficient space for shadow copies in the future.Which two actions should you perform? ()(Each correct answer presents part of the solution. Choose two.)

A. Delete the shadow copies on DATA1.

B. Delete Backup.bkf on DATA3.

C. In the properties of DATA1, relocate the shadow copies to DATA2.

D. In the properties of DATA1, relocate the shadow copies to DATA3.

E. Delete DATA3 and extend the DATA1 partition to include the space on DATA3.

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,如果您知道正确答案,欢迎您来纠错

上学吧找答案