题目内容 (请给出正确答案)
[主观题]

YouarecreatingaSQLServer2005databaseforamortgagecompany.ThedatabasewillsupportanewWeb-base

dapplicationthatwillhandleupto1,000simultaneoususers.Thisapplicationmustquicklydisplaytheresultsofcalculation-intensiveoperations,suchascalculatingmortgagepaymentsandamortizationschedules.Youneedtoensurethatthedatabaseprocessescalculationsasquicklyandefficientlyaspossible.Whatshouldyoudo?()

A.ImplementparameterizedTransact-SQLqueriesintheapplication.

B.ImplementTransact-SQLstoredproceduresinthedatabase.

C.ImplementCLRstoredproceduresinthedatabase.

D.ImplementdistributedWebservices.

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“YouarecreatingaSQLServer2005da…”相关的问题

第1题

你是Certikller.com网站的应用程序开发人员,你正在编写一个代码段,你必须确保数据包含在一个叫做Setting.dat的独立的文件中存储。以字符串的形式返回。Settings.dat在机器域中。选择能够达成目标的代码段()

A.

B.

C.

D.

点击查看答案

第2题

Auserinabranchofficeofyourcompanyattemptstojoinacomputertothedomain,buttheattemptfails.You

needtoenabletheusertojoinasinglecomputertothedomain.Youmustensurethattheuserisdeniedanyadditionalrightsbeyondthoserequiredtocompletethetask.Whatshouldyoudo()

A.PrestagethecomputeraccountintheActiveDirectorydomain.

B.AddtheusertotheDomainAdministratorsgroupforoneday.

C.AddtheusertotheServerOperatorsgroupintheActiveDirectorydomain.

D.GranttheusertherighttologonlocallybyusingaGroupPolicyObject(GPO).

点击查看答案

第3题

Youareloadinganewassemblyintoanapplication.Youneedtooverridethedefaultevidencefortheassemb

ly.Yourequirethecommonlanguageruntime(CLR)togranttheassemblyapermissionset,asiftheassemblywereloadedfromthelocalintranetzone.Youneedtobuildtheevidencecollection.Whichcodesegmentshouldyouuse?()

A.A

B.B

C.C

D.D

点击查看答案

第4题

现在您在开发一个类库,其中某个代码片段需要访问系统的环境变量。当调用堆栈中处于较高位置的调用方不具有当前实例所指定的权限时您需要强制使用SecurityException异常。您会调用下面哪个方法?()

A.A

B.B

C.C

D.D

点击查看答案

第5题

Yourcompany’ssecuritypolicyrequirescomplexpasswords.Youhaveacommadelimitedfilenamedimport.

csvthatcontainsuseraccountinformation.Youneedtocreateuseraccountsinthedomainbyusingtheimport.csvfile.Youalsoneedtoensurethatthenewuseraccountsaresettousedefaultpasswordsandaredisabled.Whatshouldyoudo()

A.ModifytheuserAccountControlattributetodisabled.Runthecsvde-i-k-fimport.csvcommand.RuntheDSMODutility

B.ModifytheuserAccountControlattributetoaccountsdisabled.Runthecsvde-fimport.csvcommand.RuntheDSMODutility

C.ModifytheuserAccountControlattributetodisabled.Runthewscriptimport.csvcommand.RuntheDSADDutility

D.ModifytheuserAccountControlattributetodisabled.Runtheldifde-i-fimport.csvcommand.RuntheDSADDutility

点击查看答案

第6题

你正为你公司的所有电脑配置WindowsXP专业版。你将皮埃尔的Windows98笔记本电脑升级为WindowsXP专业版。升级后。皮埃尔说他原先的一些老的应用程序不能正常工作了,而且发现其中一个硬件不支持WindowsXP专业版。皮埃尔要求你恢复原来的Windows98系统和他所有的应用程序,让他的电脑能够正常工作。你怎样才将皮埃尔的电脑恢复到升级前的状态,而且花费最少的时间?()

A.将皮埃尔的文档和个人数据拷贝到网络的共享目录下,重新安装Windows98系统和应用,然后再从共享目录中将文档和个人数据拷回到皮埃尔的电脑中

B.在皮埃尔的电脑中放入Windows98系统盘,运行Setup.exe

C.在皮埃尔的电脑中,用添加/删除程序向导来卸载WindowsXP专业版的安装项目

D.在皮埃尔的电脑中,使用第三方磁盘映像软件工具做一个包含文件Windows98系统和皮埃尔应用的镜像

点击查看答案

第7题

您开发一个名为FileService 的服务应用程序。您将该服务应用程序部署到网络上的多台服务器。您执行

以下代码段。(包括的行号仅供参考。)01 public void StartService(string serverName){02 ServiceController crtl = new03 ServiceController(" Certkiller App29");04 if (crtl.Status == ServiceControllerStatus.Stopped){05 }06 }您需要开发一个例程,如果FileService 停止,该例程将启动它。该例程必须在由serverName 输入参数确定的服务器上启动FileService。您应该将哪两行代码添加到代码段?()(每个正确答案都仅给出了部分解决方案。请选择两个答案。)Servername是指机器的名字。

A.在03 行和04 行之间插入以下代码行:crtl.ServiceName = serverName;

B.在03 行和04 行之间插入以下代码行:crtl.MachineName = serverName;

C.在03 行和04 行之间插入以下代码行:crtl.Site.Name = serverName;

D.在04 行和05 行之间插入以下代码行:crtl.Continue();

E.在04 行和05 行之间插入以下代码行:crtl.Start();

F.在04 行和05 行之间插入以下代码行:crtl.ExecuteCommand(0);

点击查看答案

第8题

YouaremodifyingatablenamedProductinaSQLServer2005database.YouwanttoaddanewcolumnnamedFrien

dlyNametotheProducttable.Afriendlynameforeachproductwillbestoredinthiscolumn.Thetablecurrentlycontainsdata.The salesdepartmenthasnotyetcreatedafriendlynameforeachproduct.FriendlyNameisarequiredvalueforeachproduct.Youwanttoaddthisnewcolumnbyusingtheleastamountofeffort.Whatshouldyoudo?()

A.DefinethenewcolumnasNULL.UpdatetheFriendlyNamecolumntothesamevalue astheproductNamecolumn.AltertheFriendlyNamecolumntobeNOTNULL.

B.DefinethenewcolumnasNOTNULLwithadefaultvalueof’Undefined.’

C.DefinethenewcolumnasNULL.Useapplicationlogictoenforcethedataconstraint.

D.DefinethenewcolumnasNULLwithadefaultvalueof’Undefined.’

点击查看答案

第9题

You perform a security audit of a server named DC1. You install the Microsoft Network Moni

tor 3.0 application on DC1.You plan to capture all the LDAP traffic that comes to and goes from the server between 20:00 and 07:00 the next day and save it to the E:\data.cap file. You create a scheduled task. You add a new Start a program action to the task.You need to add the application name and the application arguments to the new action.What should you do?()

A. Add nmcap.exe as the application name. Add the /networks * /capture LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

B. Add netmon.exe as the application name. Add the /networks */capture LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

C. Add nmcap.exe as the application name. Add the /networks * /capture !LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

D. Add nmconfig.exe as the application name. Add the /networks * /capture &LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

点击查看答案

第10题

TestKing.comWebsiteincludesapagethatcustomersusetosendfeedbackaboutthecompanyanditsproduct

s.YouuseaSQLServer2005databasetostorethecommentsintheCommentscolumnofatablenamedFeedback.Youneedtoimplementfull-textsearchingsothatyoucanrunreportsonthecomments.Whichtwoactionsshouldyouperform?()

A.CreateanonclusteredindexontheCommentscolumn.

B.ExecutetheUSEMasterTransact-SQLstatement.

C.Createafull-textcatalog.

D.Createafull-textindexontheCommentscolumn.

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

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

警告:系统检测到您的账号存在安全风险

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

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信