找考题网-背景图
单项选择题

YouworkinacompanywhichusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.ThereisadatabasenamedDB1intheinstance.TheDB1databaseincludesspatialdatatypes.OnDB1databse,youhavetoperformadatabaseconsistencychecktoincludethespatialindexes.Besidesthis,youmustmakesurethatyoucanreducetheeffectonthedatabaseconcurrencytotheleast.SowhichTransact-SQLstatementshouldyourun?()
A.DBCCCHECKCATALOG(DB1);
B.DBCCCHECKALLOC(DB1)WITHTABLOCK;
C.DBCCCHECKDB(DB1)WITHTABLOCK,PHYSICAL_ONLY;
D.DBCCCHECKDB(DB1)WITHEXTENDED_LOGICAL_CHECKS;

A.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.ThereisadatabasenamedDB1intheinstance.TheDB1databaseincludesspatialdatatypes.OnDB1databse,youhavetoperformadatabaseconsistencychecktoincludethespatialindexes.Besidesthis,youmustmakesurethatyoucanreducetheeffectonthedatabaseconcurrencytotheleast.SowhichTransact-SQLstatementshouldyourun?()
A.DBCCCHECKCATALOG(DB1);
B.DBCCCHECKALLOC(DB1)WITHTABLOCK;
C.DBCCCHECKDB(DB1)WITHTABLOCK,PHYSICAL_ONLY;
D.DBCCCHECKDB(DB1)WITHEXTENDED_LOGICAL_CHECKS;
热门试题

单项选择题YouareimplementinganASP.NETpage.ThepageincludesamethodnamedGetCustomerOrderDataSetthatreturnsaDataSet.TheDataSetincludesaDataTablenamedCustomerDetailsTableandaDataTablenamedOrderDetailsTable.YouneedtodisplaythedatainOrderDetailsTableinaDetailsViewcontrolnameddtlView.Whichcodesegmentshouldyouuse?()A.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataMember= OrderDetailsTable ;dtlView.DataBind();B.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataSourceID= OrderDetailsTable ;dtlView.DataBind();C.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataKeyNames=newstring[]{ OrderDetailsTable };dtlView.DataBind();D.DataSetdataSet=GetCustomerOrderDataSet();dtlView.DataSource=newDataTable( dataSet , OrderDetailsTable );dtlView.DataBind();

A.NETpage.ThepageincludesamethodnamedGetCustomerOrderDataSetthatreturnsaDataSet.TheDataSetincludesaDataTablenamedCustomerDetailsTableandaDataTablenamedOrderDetailsTable.YouneedtodisplaythedatainOrderDetailsTableinaDetailsViewcontrolnameddtlView.Whichcodesegmentshouldyouuse?()
A.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataMember="OrderDetailsTable";dtlView.DataBind();
B.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataSourceID="OrderDetailsTable";dtlView.DataBind();
C.dtlView.DataSource=GetCustomerOrderDataSet();dtlView.DataKeyNames=newstring[]{"OrderDetailsTable"};dtlView.DataBind();
D.DataSetdataSet=GetCustomerOrderDataSet();dtlView.DataSource=newDataTable("dataSet","OrderDetailsTable");dtlView.DataBind();

单项选择题YournetworkconsistsofasingleActiveDirectorydomain.AllserversrunWindowsServer2008R2.AllclientcomputersrunWindows7.UsersstorealloftheirfilesintheirDocumentsfolder.Manyusersstorelargefiles.YouplantoimplementroaminguserprofilesforallusersbyusingGroupPolicy.Youneedtorecommendasolutionthatminimizestheamountoftimeittakesuserstologonandlogoffofthecomputersthatusetheroaminguserprofiles.Whatshouldyourecommend?()A.ModifytheGroupPolicyobject(GPO)toincludefolderredirection.B.ModifytheGroupPolicyobject(GPO)toincludeBackgroundIntelligentTransferService(BITS)settings.C.Ontheserverthathoststheroaminguserprofiles,enablecachingontheprofilesshare.D.Onanyserver,installandconfiguretheBackgroundIntelligentTransferService(BITS)serverextensions.

A.AllserversrunWindowsServer2008R2.AllclientcomputersrunWindows7.UsersstorealloftheirfilesintheirDocumentsfolder.Manyusersstorelargefiles.YouplantoimplementroaminguserprofilesforallusersbyusingGroupPolicy.Youneedtorecommendasolutionthatminimizestheamountoftimeittakesuserstologonandlogoffofthecomputersthatusetheroaminguserprofiles.Whatshouldyourecommend?()
A.ModifytheGroupPolicyobject(GPO)toincludefolderredirection.
B.ModifytheGroupPolicyobject(GPO)toincludeBackgroundIntelligentTransferService(BITS)settings.
C.Ontheserverthathoststheroaminguserprofiles,enablecachingontheprofilesshare.
D.Onanyserver,installandconfiguretheBackgroundIntelligentTransferService(BITS)serverextensions.

单项选择题AllserversinyourenvironmentrunWindowsServer2008R2.YouareplanningaMicrosoftSystemCenterVirtualMachineManager(VMM)2008R2Self-ServicePortaldeployment.YouneedtoensurethatmembersoftheSecurityCompliancegroupcancreatenewvirtualmachines(VMs).YouinstalltheVMM2008R2SelfServicePortalandaddtheSecurityCompliancegrouptotheSelfServicehostgroup.Whatshouldyoudonext?()A.AssignthecomputeraccountsforallHyper-VserverstheReadpermissiontothelibraryshareandNTFSfolders.GranttheLogonasaservicerighttotheSecurityCompliancegroupB.AssigntheserviceaccountfortheHyper-VImageManagementServicetheReadpermission tothelibraryshareandNTFSfolders.GranttheLogonasaservicerighttotheserviceaccountfortheHyper-VImageManagementServiceC.Configuretheself-serviceuserroletocreatenewVMs.AddtheSecurityCompliancegrouptotheself-serviceuserrole.Grantmembersoftheself-serviceuserroleaccesstothelibraryshareD.ConfigureconstraineddelegationfortheSecurityCompliancegrouponthelibraryserver. GranttheLogonasaservicerighttotheserviceaccountfortheHyper-VImageManagementService

A.YouareplanningaMicrosoftSystemCenterVirtualMachineManager(VMM)2008R2Self-ServicePortaldeployment.YouneedtoensurethatmembersoftheSecurityCompliancegroupcancreatenewvirtualmachines(VMs).YouinstalltheVMM2008R2SelfServicePortalandaddtheSecurityCompliancegrouptotheSelfServicehostgroup.Whatshouldyoudonext?()
A.AssignthecomputeraccountsforallHyper-VserverstheReadpermissiontothelibraryshareandNTFSfolders.GranttheLogonasaservicerighttotheSecurityCompliancegroup
B.AssigntheserviceaccountfortheHyper-VImageManagementServicetheReadpermission
C.GranttheLogonasaservicerighttotheserviceaccountfortheHyper-VImageManagementService
D.Configuretheself-serviceuserroletocreatenewVMs.AddtheSecurityCompliancegrouptotheself-serviceuserrole.Grantmembersoftheself-serviceuserroleaccesstothelibraryshare
E.ConfigureconstraineddelegationfortheSecurityCompliancegrouponthelibraryserver.

单项选择题YouhaveanActiveDirectoryforestthatcontainsthreesitesnamedSite1,Site2,andSite3.EachsitecontainstwoExchangeServer2007ClientAccessservers,twoMailboxservers,andtwoHubTransportservers.AllExchangeServer2007servershaveExchangeServer2007ServicePack1(SP1)installed.YouneedtoensurethatyoucandeployExchangeServer2010serversinSite1.Youmustachievethisgoalbyusingtheminimumamountofadministrativeeffort.Whatshouldyoudo?()A.UpgradeallClientAccessserversintheorganizationtoExchangeServer2007ServicePack2(SP2).B.UpgradeallExchangeServer2007serversinSite1toExchangeServer2007ServicePack2(SP2).C.UpgradeallExchangeServer2007serversintheorganizationtoExchangeServer2007ServicePack2(SP2).D.UpgradeallExchangeServer2007serversinSite1andallClientAccessserversintheorganizationtoExchangeServer2007ServicePack2(SP2).

A.EachsitecontainstwoExchangeServer2007ClientAccessservers,twoMailboxservers,andtwoHubTransportservers.AllExchangeServer2007servershaveExchangeServer2007ServicePack1(SP1)installed.YouneedtoensurethatyoucandeployExchangeServer2010serversinSite1.Youmustachievethisgoalbyusingtheminimumamountofadministrativeeffort.Whatshouldyoudo?()
A.UpgradeallClientAccessserversintheorganizationtoExchangeServer2007ServicePack2(SP2).
B.UpgradeallExchangeServer2007serversinSite1toExchangeServer2007ServicePack2(SP2).
C.UpgradeallExchangeServer2007serversintheorganizationtoExchangeServer2007ServicePack2(SP2).
D.UpgradeallExchangeServer2007serversinSite1andallClientAccessserversintheorganizationtoExchangeServer2007ServicePack2(SP2).