单项选择题

A.Theapplicationwillstartanoperationthatincludesthreeinsertstatements.YouneedtorecommendanapproachforrollingbacktheentireoperationiftheconnectiontoSQLAzureislost.Whatshouldyourecommend?()
A.Ensurethatallstatementsexecuteinthesamedatabasetransaction.
B.CreateastoredprocedureinthedatabasethatwrapstheinsertstatementsinaTRYCATCHblock.
C.CreateastoredprocedureinthedatabasethatwrapstheinsertstatementsinaTRANSACTIONblock.
D.Openanewconnectiontothedatabase.Useaseparatetransactionscopetorollbacktheoriginaloperation.
相关考题

单项选择题 YouaredevelopingaWindowsAzureapplicationinwhichawebroleandworkerrolewillcommunicatebyusingaWindowsAzureQueue.Youneedtorecommendanapproachforensuringthattheworkerroledoesnotattempttoprocessanymessagemorethanthreetimes.Whatshouldyourecommend?()A.Appropriatelyhandlepoisonmessages.B.Decreasethevisibilitytimeoutformessages.C.Reducethetime-to-liveintervalformessagesinthequeue.D.Increasethenumberofworkerroleinstancesreadingmessagesfromthequeue.

单项选择题 ourcompanyhasrecentlyacquiredanewsubsidiarycompanyinQuebec.TheActiveDirectoryadministratorsofthesubsidiarycompanymustusetheFrench-languageversionoftheadministrativetemplates.YoucreateafolderonthePDCemulatorforthesubsidiarydomaininthepath%systemroot%/SYSVOL/domain/Policies/PolicyDefinitions/FR.YouneedtoensurethattheFrench-languageversionofthetemplatesisavailable.Whatshouldyoudo()A.DownloadtheConf.adm,System.adm,Wuau.adm,andInetres.admfilesfromtheMicrosoftWebsite.CopytheADB.CopytheADMLfilesfromtheFrenchlocalinstallationmediaforWindowsServer2008R2totheFRfolderonthesC.CopytheInstall.WIMfilefromtheFrenchlocalinstallationmediaforWindowsServer2008R2totheFRfolderonthD.CopytheADMXfilesfromtheFrenchlocalinstallationmediaforWindowsServer2008R2totheFRfolderonthes

单项选择题 YouaredesigningaWindowsAzureapplicationthatwillexecutelong-runningbusinessprocesses.Applyingaconfigurationchangerequiresroleinstancestorecycle.Youmustnotrecycleuntilprocessingisfinished.Youneedtorecommendanapproachforapplyingconfigurationchanges.Whatshouldyourecommend?()A.Applytheserviceconfigurationchangestotheroleinstanceandthenrecycletheroleinstance.B.Suspendeachroleinstanceandthenapplytheserviceconfigurationchangestotheroleinstance.C.Beforeachangetotheserviceconfigurationisappliedtotheroleinstance,deferrecyclinguntilprocessingiscomplete.D.Afterachangetotheserviceconfigurationisappliedtotheroleinstance,deferrecyclinguntilprocessingiscomplete.