微软MCITP-DatabaseAdministrator认证考试题库1_第1页
微软MCITP-DatabaseAdministrator认证考试题库1_第2页
微软MCITP-DatabaseAdministrator认证考试题库1_第3页
微软MCITP-DatabaseAdministrator认证考试题库1_第4页
微软MCITP-DatabaseAdministrator认证考试题库1_第5页
已阅读5页,还剩43页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

70-450

QUESTION1

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.

Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentand

optimization.ASQLServer2008infrastructureismanagedbyyou.

Adatabaseisincludedbytheinstance,andatablenamedEmployeeDataiscontainedbythe

database.

ThereisacolumnnamedProfileintheEmployeeDatatable.MicrosoftOfficeWord2003

documentsarestoredinthecolumn.

ThespaceutilizedbytheProfilecolumnshouldbecuttotheleast.

Inaddition,areasonableperformanceshouldbemaintainedtoretrievethecontentofthecolumn.

Whichactionwillyouperform?

A.ROWcompressionshouldbeutilizedfortheEmployeeDatatable.

B.TheProfilecolumnshouldbestoredbyutilizingfilestreamstorage,andtheNTFSfilesystem

compressionshouldbeutilized.

C.PAGELEVELcompressionshouldbeutilizedfortheEmployeeDatatable.

D.TheProfilecolumnshouldbeimplementedasaCLRuser-definedtype.

Answer:B

Explanation/Reference:

Muchofthedatathatiscreatedeverydayisunstructureddata,suchastextdocuments,images,

andvideos.Thisunstructureddataisoftenstoredoutsidethedatabase,separatefromits

structureddata.Thisseparationcancausedatamanagementcomplexities.Or,ifthedatais

associatedwithstructuredstorage,thefilestreamingcapabilitiesandperformancecanbelimited.

FILESTREAMintegratestheSQLServerDatabaseEnginewithanNTFSfilesystemby

storingvarbinary(max)binarylargeobject(BLOB)dataasfilesonthefilesystem.

Transact-SQLstatementscaninsert,update,query,search,andbackupFILESTREAMdata.

Win32filesysteminterfacesprovidestreamingaccesstothedata.

FILESTREAMusestheNTsystemcacheforcachingfiledata.Thishelpsreduceanyeffectthat

FILESTREAMdatamighthaveonDatabaseEngineperformance.TheSQLServerbufferpoolis

notused;therefore,thismemoryisavailableforqueryprocessing.

Note:

FILESTREAMdataisnotencryptedevenwhentransparentdataencryptionisenabled.

QUESTION2

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.

Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentand

optimization.

ASQLServer2008instanceshouldbemanaged.

Itisreportedbythecustomersthattheserverperformancedegradedduetoanewly

implementedprocess.

DynamicManagementViewsisutilizedtoconfirmthatnolongrunningqueriesexist.The

operatingsystemperformancedatashouldbecorrelatedwiththeactualqueryexecutiontrace,

andtheleastadministrativeeffortshouldbeutilized.

Whichactionwillyouperformtofinishthetask?

A.Tofinishthetask,DataCollectorshouldbeutilized.

B.Tofinishthetask,theSQLdiag.exeutilityshouldbeutilized.

C.Tofinishthetask,SQLServerProfilerandthetracerpt.exeutilityshouldbeutilized.

D.Tofinishthetask,SQLServerProfilerandSystemMonitorshouldbeutilized.

Answer:D

Explanation/Reference:

SQLServerprofilerdisplaysdataaboutalargenumberofSQLServer

events.WhereasWindowsSystemMonitorgraphicallydisplaysinformation

abouttheserverinternals.Youcanmergethetwosetsofinformationand

walkthroughascenarioviewingbothperspectivesusingSQLServer

Profiler.

Tosetupthedual-perspectiveexperience,youneedtosimultaneouslycaptureserver

performanceusingbothPerformanceMonitor'sCounterLogsandSQLServerProfiler.Thesteps

todothisarelistedbelow:

1.ConfigureSystemMonitorwiththeexactcountersyouwanttoviewlater.Besuretogetthe

scaleandeverythingjustright.SetuptheCounterLogtotheexactsameconfiguration.

2.ConfigureProfilerwiththerightsetoftraceevents.Theymustincludethestartandendtime

datacolumnssothatProfilercanintegratethetwologslater.Savetheprofilerandclose

profiler.

3.ManuallystarttheCounterLog.OpenSQLProfilertracecodetostarttheserver-sidetrace.

4.Whenthetestiscomplete,stopboththecounterLogandtheserversidetrace.Youneedto

stoptheSQLProfilerwhichisanegativepointinthis.

5.Openprofilerandopenthesavedtracefile.

6.UsetheFile->lmportPerformanceDatamenucommandtoimporttheCounterLog.Youhave

theoptionofselectingonlytheimportantcountersfromtheperformancemonitor.Therewill

beperformanceissuesifyouselecttoomanycounters.

Source:

/faq/How_to_lntegrate_Performance_Monitor_and_SQL_

Profiler_p1.aspx

QUESTION3

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.

Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentand

optimization.ASQLServer2008infrastructureismanagedbyyou.

Thereisadatabaseintheinstance,andtheday-to-daybusinessofyourcompanyrequiresthe

database.Whenreportsareexecuted,slowresponsetimewillbeexperiencedbyUsers.

Aperformancemonitoringstrategywillbeimplementedbyyousoastohavethreeaspectsof

datacapturedandstored:

Blockinganddeadlockinformation,

ExecutedTransact-SQLstatements

QueryactivityandCountersfordisk,CPU,andmemory.

Youarerequiredtoutilizetheleastamountofadministrativeefforttoimplementthemonitoring

process.

Whichactionwillyouperformtofinishthetask?

A.Tofinishthetask,theclient-sideprofilertraceshouldbeutilized.

B.Tofinishthetask,thedynamicmanagementviewsshouldbeutilized.

C.Tofinishthetask,thedatacollectorshouldbeutilized.

D.Tofinishthetask,theSystemMonitorcounterlogtraceshouldbeutilized.

Answer:C

Explanation/Reference:

SQLServer2008providesadatacollectorthatyoucanusetoobtainandsavedatathatis

gatheredfromseveralsources.Thedatacollectorenablesyoutousedatacollectioncontainers,

whichenableyoutodeterminethescopeandfrequencyofdatacollectiononaSQLServer

serversystem.

Thedatacollectorprovidespredefinedcollectortypesthatyoucanusefordatacollection.The

collectortypesprovidetheactualmechanismforcollectingdataanduploadingittothe

managementdatawarehouse.Forthisreleaseofthedatacollector,thefollowingcollectortypeis

provided.

InThisSection

TopicDescription

T-SQLQueryCollectorTypeDescribesthestructureandbehavioroftheT-SQLQuerycollectortype.

SQLTraceCollectorTypeDescribesthestructureandbehavioroftheSQLTracecollectortype.

PerformanceCountersCollectorDescribesthestructureandbehaviorofthePerformanceCounters

Typecollectortype.

DescribesthestructureandbehavioroftheQueryActivitycollector

QueryActivityCollectorType

type.

QUESTION4

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.

Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentand

optimization.ASQLServer2008instanceshouldbemanagedbyyou.

Thecomputeronwhichtheinstancerunhasthefollowingthreefeatures:a64-GBRAM,four

quad-coreprocessors,andseveralindependentphysicalraidvolumes

Atransactionaldatabasewillbeimplementedontheinstance.Inaddition,thedatabaseshould

haveahighvolumeofINSERT,UPDATE,andDELETEactivities.

Creationofnewtablesiscontainedbytheactivities.

Youneedtomaximizediskbandwidthanddecreasethecontentioninthestorageallocation

structuressoastohavetheperformanceofthedatabaseoptimized.

Whichactionwillyouperformtofinishthetask?

A.Tofinishthetask,databaseandlogfilesshouldbeplacedonthesamevolume.

B.Tofinishthetask,theaffinitymaskoptionshouldbeconfiguredproperly.

C.Tofinishthetask,multipledatafilesshouldbecreateforthedatabase.

D.Tofinishthetask,theaffinityI/Omaskoptionshouldbeconfiguredproperly.

Answer:C

Explanation/Reference:

Ifyourdatabaseisverylargeandverybusy,multiplefilescanbeusedtoincrease

performance.Hereisoneexampleofhowyoumightusemultiplefiles.Let'ssayyouhavea

singletablewith10millionrowsthatisheavilyqueried.Ifthetableisinasinglefile,suchasa

singledatabasefile,thenSQLServerwouldonlyuseonethreadtoperformareadoftherowsin

thetable.Butifthetableweredividedintothreephysicalfiles,thenSQLServerwouldusethree

threads(oneperphysicalfile)toreadthetable,whichpotentiallycouldbefaster.Inaddition,if

eachfilewereonitsownseparatephysicaldiskordiskarray,theperformancegainwouldeven

begreater.

Essentially,themorefilesthatalargetableisdividedinto,thegreaterthepotentialperformance.

Ofcoursethereisapointwheretheadditionalthreadsaren'tofmuchusewhenyoumaxoutthe

serversI/O.ButupuntilyoudomaxouttheI/O,additionalthreads(andfiles)shouldincrease

performance

SOURCE:http7//tips/filegroups_p1.aspx

QUESTION5

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.

Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentand

optimization.ASQLServer2008infrastructureshouldbemanaged.

LogshippingshouldbeimplementedforseveraldatabasesonthreeSQLServerinstances.The

logsaremigratedtoafourthSQLServerinstance.Amanualfailoverwillbeimplemented.

Youneedtoensurethatthedatabaseapplicationsutilizethesecondaryserverafterfailover.

Sinceyouarethetechnicalsupport,youarerequiredtoconfirmthatthelatestdatashouldbe

availabletousers.

Whichactionsshouldyouperformtoachievethegoal?(Choosemorethanone)

A.Toachievethegoal,youshouldutilizetheWITHRECOVERYoptiononthelastlogtoapplyany

unappliedtransactionlogbackupsinsequencetoeachsecondarydatabase.

B.Toachievethegoal,youshouldredirectclientcomputerstothesecondaryinstance.

C.Toachievethegoal,youshouldreplicatealllogshippingnetworksharestothesecondaryinstance.

D.Toachievethegoal,youshouldutilizetheWITHNORECOVERYoptiontobackupthetailofthe

transactionlogofprimarydatabases.

E.Toachievethegoal,youshouldbackupalldatabasesonthesecondaryinstance.

Answer:ABD

Explanation/Reference:

Logshippingconsistsofthreeoperations:

1.Backupthetransactionlogattheprimaryserverinstance.

2.Copythetransactionlogfiletothesecondaryserverinstance.

3.Restorethelogbackuponthesecondaryserverinstance.

Thelogcanbeshippedtomultiplesecondaryserverinstances.Insuchcases,operations2and3

areduplicatedforeachsecondaryserverinstance.

Alogshippingconfigurationdoesnotautomaticallyfailoverfromtheprimaryservertothe

secondaryserver.Iftheprimarydatabasebecomesunavailable,anyofthesecondarydatabases

canbebroughtonlinemanually.

Tomakethetargetasthenewsourcedatabaseyouhaveto

1.Backupthetransactionlogtailinordertohavethelatesttransactionsandtoputthedatabase

inrecoverystate

BACKUPLOG[AdventureWorks]

TODISK=N'C:\ProgramFiles\MicrosoftSQL

Server\MSSQL10.MSSQLSERVER\MSSQL\Backup\Adv.trn1

WITHNO_TRUNCATE,

NOFORMAT,

NO工NIT,

NAME=N*AdventureWorks-TransactionLogBackup,,

SKIP,

NOREW工ND,

NOUNLOAD,

NORECOVERY,

STATS=10

2.Afterhavingcopiedallthetransactionlogbackup,restoretheminorderand,forthelatest,

usetheWITHRECOVERYoption

3.Redirectalltheclientstothenewsourcedatabase

QUESTION6

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.Inthecompany,yourjobistoimplementsolutionsonsecurity,

troubleshooting,deploymentandoptimization.

ASQLServer2008infrastructureismanagedbyyou.Afteraregulartest,youfindthat

performancedegradationisexperiencedbyaninstanceforthethreereasons:ExcessiveCPU

usage,ServerprocessespagingandDeadlocks.

Amonitoringsolutionshouldbeimplementedtoprovidedata,monitorandtroubleshoot

performanceissues.Anddetaileddeadlockinformationshouldbecontainedintheprovideddata.

Youshouldutilizetheleastamountofadministrativeefforttofinishthetask.

Whichtoolwillyouutilizetofinishthetask?

A.Tofinishthetask,youshouldutilizeResourceGovernor.

B.Tofinishthetask,youshouldutilizeDatabaseEngineTuningAdvisor.

C.Tofinishthetask,youshouldutilizeExtendedEvents.

D.Tofinishthetask,youshouldutilizePerformanceMonitor(SYSMON).

Answer:C

Explanation/Reference:

IntroducingSQLServerExtendedEvents

SQLServerExtendedEvents(ExtendedEvents)isageneralevent-handlingsystemforserver

systems.TheExtendedEventsinfrastructuresupportsthecorrelationofdatafromSQLServer,

andundercertainconditions,thecorrelationofdatafromtheoperatingsystemanddatabase

applications.Inthelattercase,ExtendedEventsoutputmustbedirectedtoEventTracingfor

Windows(ETW)inordertocorrelatetheeventdatawithoperatingsystemorapplicationevent

data.

Allapplicationshaveexecutionpointsthatareusefulbothinsideandoutsideanapplication.

Insidetheapplication,asynchronousprocessingmaybeenqueuedusinginformationthatis

gatheredduringtheinitialexecutionofatask.Outsidetheapplication,executionpointsprovide

monitoringutilitieswithinformationaboutthebehavioralandperformancecharacteristicsofthe

monitoredapplication.

ExtendedEventssupportsusingeventdataoutsideaprocess.Thisdataistypicallyusedby:

Tracingtools,suchasSQLTraceandSystemMonitor.

Loggingtools,suchastheWindowseventlogortheSQLServererrorlog.

Usersadministeringaproductordevelopingapplicationsonaproduct.

QUESTION7

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.Inthecompany,yourjobistoimplementsolutionsonsecurity,

troubleshooting,deploymentandoptimization.

ASQLServer2008infrastructureismanagedbyyou.Thereare30branchofficesin

DoubleSecurityInsurance,andinthebranchoffices,customerdataarestoredinSQLServer

2008databases.

Customerdatashouldbesecuritycompliantifitisstoredthroughmultipledatabaseinstances.

YouintendtoutilizethePolicy-BasedManagementfeaturetodesignastrategyforcustom

policies.AndtheformatofcustompoliciesisXMLformat.Therequirementslistedbelowshould

besatisfied.

Thecompanydistributescustompoliciestoallinstances.Inaddition,thecompanyenforcesthe

policiesonallinstances.

Astrategyshouldbethoughtoutandtheminimumamountofadministrativeeffortshouldbe

utilized.

Whichactionshouldyouperformtofinishthetask?

A.Tofinishthetask,theDistributedFileSystemReplicationserviceshouldbeutilized.

B.Tofinishthetask,aconfigurationservershouldbeutilized.

C.Tofinishthetask,thepoliciesshouldbedistributedbyutilizingGroupPolicyObjects.

D.Tofinishthetask,thepoliciesshouldbedistributedbyutilizingtheActiveDirectorydirectoryservice.

Answer:B

Explanation/Reference:

ConfigurationServerorCentralManagementServer

InSQLServer2008,youcandesignateaninstanceofSQLServerasaCentralManagement

Server.CentralManagementServersstorealistofinstancesofSQLServerthatisorganizedinto

oneormoreCentralManagementServergroups.ActionsthataretakenbyusingaCentral

ManagementServergroupwillactonallserversintheservergroup.Thisincludesconnectingto

serversbyusingObjectExplorerandexecutingTransact-SQLstatementsandPolicy-Based

Managementpoliciesonmultipleserversatthesametime.AllCentralManagementServersand

subordinateserversmustberegisteredbyusingWindowsAuthentication.VersionsofSQL

ServerthatareearlierthanSQLServer2008cannotbedesignatedasaCentralManagement

Server.

QUESTION8

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.Inthecompany,yourjobistoimplementsolutionsonsecurity,

troubleshooting,deploymentandoptimization.

ASQLServer2008databasesolutionismanagedbyyou.

Alldatachangesareimplementedthroughstoredprocedures,andonlytheINSERT,UPDATE,or

DELETEstatementsareutilizedbytheprocedures.Abackupstrategyshouldbeimplemented.

Thebusinessrequirementslistedbelowshouldbesatisfied.Point-in-timerecoveryforfailureis

supportedbythebackupstrategyatanytimeofday.

Inaddition,theleastamountofdiskspaceshouldbeutilizedbythetransactionlog.

Whichactionshouldyouperformtofinishthetask?

A.Tofinishthetask,hourlydatabasesnapshotsshouldbeutilized.

B.Tofinishthetask,thefull-recoverymodelalongwithtransactionlogbackupsshouldbeutilized.

C.Tofinishthetask,thefull-recoverymodelalongwithdifferentialbackupsshouldbeutilized.

D.Tofinishthetask,thesimple-recoverymodelalongwithdifferentialbackupsshouldbeutilized.

Answer:B

Explanation/Reference:

Full-recoveryModel

Description

Requireslogbackups.

Noworkislostduetoalostordamageddatafile.

Canrecovertoanarbitrarypointintime(forexample,priortoapplicationorusererror).

Worklossexposure

Normallynone.

Ifthetailofthelogisdamaged,changessincethemostrecentlogbackupmustberedone.

Recovertopointintime?

Canrecovertoaspecificpointintime,assumingthatyourbackupsarecompleteuptothat

pointintime.

QUESTION9

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.Inthecompany,yourjobistoimplementsolutionsonsecurity,

troubleshooting,deploymentandoptimization.

ASQLServer2008instanceismanagedbyyou.

Adatabaseisutilizedbytheinstance,andthedatabaseisutilizedbyaWeb-basedapplication.

15,000transactionsareprocessedbytheapplicationeveryminute.Acolumniscontainedbya

tableinthedatabase,andthecolumnisutilizedonlybytheapplication.Sensitivedataisstoredin

thiscolumn.

Thesensitivedatashouldbestoredwiththehighestsecuritylevel.Inaddition,theleastamount

ofmemoryspaceandprocessortimeshouldbeutilized.

Fromthefollowingfourencryptiontypes,whichoneshouldyouutilize?

A.Asymmetrickeyencryptionshouldbeutilized.

B.Certificate-basedencryptionshouldbeutilized.

C.Symmetrickeyencryptionshouldbeutilized.

D.Transparentdataencryptionshouldbeutilized.

Answer:C

Explanation/Reference:

CryptographicKeyHierarchy

AttherootofencryptiontreeistheWindowsDataProtectionAPI(DPAPI),whichsecuresthekey

hierarchyatthemachinelevelandisusedtoprotecttheservicemasterkey(SMK)forthe

databaseserverinstance.TheSMKprotectsthedatabasemasterkey(DMK),whichisstoredat

theuserdatabaselevelandwhichinturnprotectscertificatesandasymmetrickeys.Theseinturn

protectsymmetrickeys,whichprotectthedata.TDEusesasimilarhierarchydowntothe

certificate.TheprimarydifferenceisthatwhenyouuseTDE,theDMKandcertificatemustbe

storedinthemasterdatabaseratherthanintheuserdatabase.Anewkey,usedonlyforTDE

andreferredtoasthedatabaseencryptionkey(DEK),iscreatedandstoredintheuserdatabase.

Thishierarchyenablestheservertoautomaticallyopenkeysanddecryptdatainbothcell-level

anddatabase-levelencryption.Theimportantdistinctionisthatwhencell-levelencryptionisused,

allkeysfromtheDMKdowncanbeprotectedbyapasswordinsteadofbyanotherkey.This

breaksthedecryptionchainandforcestheusertoinputapasswordtoaccessdata.InTDE,the

entirechainfromDPAPIdowntotheDEKmustbemaintainedsothattheservercan

automaticallyprovideaccesstofilesprotectedbyTDE.Inbothcell-levelencryptionandTDE,

encryptionanddecryptionthroughthesekeysisprovidedbytheWindowsCryptographicAPI

(CAPI).

Symmetrickeysusethesamepasswordtoencryptanddecryptdata,soitisthe

lessspaceconsuming,becauseoneasymetrickeywilluseoneprivateandone

publickey.

QUESTION10

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.Inthecompany,yourjobistoimplementsolutionsonsecurity,

troubleshooting,deploymentandoptimization.

ASQLServer2008instanceismanagedbyyou.anewdatabaseapplicationishostedbythe

instance.

Thesecurityrequirementsshouldbedesignedfortheapplication.AuniquelogintotheSQL

Server2008serverisassignedtoeachapplicationuser.

Storedproceduresareincludedbytheapplicationdatabasetoexecutestoredproceduresinthe

MSDBdatabase.SQLAgentjobsarescheduledbythestoredproceduresintheMSDBdatabase.

Sinceyouarethetechnicalsupport,youarerequiredtoconfirmthatthestoredproceduresinthe

MSDBdatabaseshouldbeexecutedbyutilizingthesecuritycontextoftheapplicationuser.

Whichactionshouldyouperform?

A.EachusershouldbeaddedtothepublicroleintheMSDBdatabase.

B.Eachusershouldbeaddedtothedb_dtsltduserdatabaseroleintheMSDBdatabase.

C.TheMSDBdatabaseshouldbesettoutilizetheTRUSTWORTHYoption,andtheneachusershould

be

addedtotheMSDBdatabase.

D.ThenewdatabaseshouldbesettoutilizetheTRUSTWORTHYoption,andtheneachusershouldbe

added

totheMSDBdatabase.

Answer:D

Explanation/Reference:

TheTRUSTWORTHYdatabasepropertyisusedtoindicatewhethertheinstanceofSQLServer

truststhedatabaseandthecontentswithinit.Bydefault,thissettingisOFF,butcanbesettoON

byusingtheALTERDATABASEstatement.Forexample,ALTERDATABASE

AdventureWorks2008R2SETTRUSTWORTHYON;

BydefaultmsdbhastheoptionTRUSTWORTHYsettoTrue.

QUESTION11

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.Inthecompany,yourjobistoimplementsolutionsonsecurity,

troubleshooting,deploymentandoptimization.ASQLServer2008infrastructureismanagedby

you.

Amaintenancestrategyshouldbedesignedforamission-criticaldatabase,andalargetable

namedOrdersiscontainedbythedatabase.

Indexmaintenanceoperationsarecontainedinthedesignplan.Whenyoudesignthestrategy,

thefactslistedbelowshouldbetakenintoconsideration.

First,theuserscontinuouslyaccesstotheOrderstableinthedatabase.

Secondly,acolumnofthexmldatatypeiscontainedbyOrderstable.

Thirdly,thenewrowsareregularlyaddedtotheOrderstable.

Fourthly,theaveragefragmentationfortheclusteredindexoftheOrderstableisnomorethan2

percent.

Astrategyshouldbedesignedtohavetheperformanceofthequeriesonthetableoptimized.

Whichactionwillyouperform?

A.TheclusteredindexoftheOrderstableshouldbedropped.

B.TheclusteredindexoftheOrderstableofflineshouldberebuiltonceamonth.

C.TheclusteredindexoftheOrderstableshouldbeexcludedfromscheduledreorganizingorrebuilding

operations.

D.TheclusteredindexoftheOrderstableshouldbereorganizedbyreducingthefillfactor.

Answer:C

Explanation/Reference:

Astheuserswillcontinouslyaccessthedatabaseandthereisoneclusterindex,theclusterindex

couldnotbeunavaillablebecausetheleafpagesoftheclusteredindexcontainsthetabledata.

Furthermore,theclusterindexhasneveronefragmentationofmorethan2%,thismeansit

doesn'tneedtobereordered.

Withthis,youcanbesurethatanswerA,BandDarewrong.

QUESTION12

YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternational

corporationnamedWiikigo.

Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingand

sustainingthedatabaselifecycle.Inthecompany,yourjobistoimplementsolutionsonsecurity,

troubleshooting,deploymentandoptimization.ASQLServer2008instanceismanagedbyyou.

Thesecurityrequirementsshouldbedesignedforanewdatabaseapplication.

Acodesegmentisutilizedbytheapplication,andthecodesegmentincludesthefollowing

components:

AmethodthattheregistryisaccessedontheSQLServer,amethodthatthefilesystemis

accessedonanetworkfileserver,andaclassdefinitionthatpublicstaticfieldsareutilized.

SQLCLRintegrationisutilizedbythecodesegment,andthecodesegmentisimplementedasa

singleassembly.

Sinceyouarethetechnicalsupport,youarerequiredtomakesurethattheapplicationshouldbe

successfullydeployedtotheinstance.

Whichactionwillyouperform?

A.TheSAFEcodeaccesssecurityshouldbeutilizedfortheassembly.

B.Allpublicstaticfieldsshouldbereplacedwithpublicfields.

C.Allpublicstaticfieldsshouldbeutilized

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论