Microsoft70450最新题库.docx
- 文档编号:10393856
- 上传时间:2023-05-25
- 格式:DOCX
- 页数:27
- 大小:28.81KB
Microsoft70450最新题库.docx
《Microsoft70450最新题库.docx》由会员分享,可在线阅读,更多相关《Microsoft70450最新题库.docx(27页珍藏版)》请在冰点文库上搜索。
Microsoft70450最新题库
PRO:
Designing,OptimizingandMaintainingaDatabase
Number:
70-450
PassingScore:
800
TimeLimit:
120min
FileVersion:
3.05
ExamA
QUESTION1
YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternationalcorporationnamedWiikigo.
Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingandsustainingthedatabaselifecycle.
Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentandoptimization.ASQLServer2008infrastructureismanagedbyyou.
Adatabaseisincludedbytheinstance,andatablenamedEmployeeDataiscontainedbythedatabase.
ThereisacolumnnamedProfileintheEmployeeDatatable.MicrosoftOfficeWord2003documentsarestoredinthecolumn.
ThespaceutilizedbytheProfilecolumnshouldbecuttotheleast.
Inaddition,areasonableperformanceshouldbemaintainedtoretrievethecontentofthecolumn.
Whichactionwillyouperform?
A.
ROWcompressionshouldbeutilizedfortheEmployeeDatatable.
B.
TheProfilecolumnshouldbestoredbyutilizingfilestreamstorage,andtheNTFSfilesystemcompressionshouldbeutilized.
C.
PAGELEVELcompressionshouldbeutilizedfortheEmployeeDatatable.
D.
TheProfilecolumnshouldbeimplementedasaCLRuser-definedtype.
Answer:
B
Section:
(none)
Explanation/Reference:
Muchofthedatathatiscreatedeverydayisunstructureddata,suchastextdocuments,images,andvideos.Thisunstructureddataisoftenstoredoutsidethedatabase,separatefromitsstructureddata.Thisseparationcancausedatamanagementcomplexities.Or,ifthedataisassociatedwithstructuredstorage,thefilestreamingcapabilitiesandperformancecanbelimited.
FILESTREAMintegratestheSQLServerDatabaseEnginewithanNTFSfilesystembystoringvarbinary(max)binarylargeobject(BLOB)dataasfilesonthefilesystem.Transact-SQLstatementscaninsert,update,query,search,andbackupFILESTREAMdata.Win32filesysteminterfacesprovidestreamingaccesstothedata.
FILESTREAMusestheNTsystemcacheforcachingfiledata.ThishelpsreduceanyeffectthatFILESTREAMdatamighthaveonDatabaseEngineperformance.TheSQLServerbufferpoolisnotused;therefore,thismemoryisavailableforqueryprocessing.
Note:
FILESTREAMdataisnotencryptedevenwhentransparentdataencryptionisenabled.
QUESTION2
YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternationalcorporationnamedWiikigo.
Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingandsustainingthedatabaselifecycle.
Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentandoptimization.
ASQLServer2008instanceshouldbemanaged.
Itisreportedbythecustomersthattheserverperformancedegradedduetoanewlyimplementedprocess.
DynamicManagementViewsisutilizedtoconfirmthatnolongrunningqueriesexist.Theoperatingsystemperformancedatashouldbecorrelatedwiththeactualqueryexecutiontrace,andtheleastadministrativeeffortshouldbeutilized.
Whichactionwillyouperformtofinishthetask?
A.
Tofinishthetask,DataCollectorshouldbeutilized.
B.
Tofinishthetask,theSQLdiag.exeutilityshouldbeutilized.
C.
Tofinishthetask,SQLServerProfilerandthetracerpt.exeutilityshouldbeutilized.
D.
Tofinishthetask,SQLServerProfilerandSystemMonitorshouldbeutilized.
Answer:
D
Section:
(none)
Explanation/Reference:
SQLServerprofilerdisplaysdataaboutalargenumberofSQLServerevents.WhereasWindowsSystemMonitorgraphicallydisplaysinformationabouttheserverinternals.YoucanmergethetwosetsofinformationandwalkthroughascenarioviewingbothperspectivesusingSQLServerProfiler.
Tosetupthedual-perspectiveexperience,youneedtosimultaneouslycaptureserverperformanceusingbothPerformanceMonitor’sCounterLogsandSQLServerProfiler.Thestepstodothisarelistedbelow:
1.ConfigureSystemMonitorwiththeexactcountersyouwanttoviewlater.Besuretogetthescaleandeverythingjustright.SetuptheCounterLogtotheexactsameconfiguration.
2.ConfigureProfilerwiththerightsetoftraceevents.TheymustincludethestartandendtimedatacolumnssothatProfilercanintegratethetwologslater.Savetheprofilerandcloseprofiler.
3.ManuallystarttheCounterLog.OpenSQLProfilertracecodetostarttheserver-sidetrace.
4.Whenthetestiscomplete,stopboththecounterLogandtheserversidetrace.YouneedtostoptheSQLProfilerwhichisanegativepointinthis.
5.Openprofilerandopenthesavedtracefile.
6.UsetheFile->ImportPerformanceDatamenucommandtoimporttheCounterLog.Youhavetheoptionofselectingonlytheimportantcountersfromtheperformancemonitor.Therewillbeperformanceissuesifyouselecttoomanycounters.
Source:
http:
//www.sql-server-
QUESTION3
YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternationalcorporationnamedWiikigo.
Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingandsustainingthedatabaselifecycle.
Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentandoptimization.ASQLServer2008infrastructureismanagedbyyou.
Thereisadatabaseintheinstance,andtheday-to-daybusinessofyourcompanyrequiresthedatabase.Whenreportsareexecuted,slowresponsetimewillbeexperiencedbyUsers.
Aperformancemonitoringstrategywillbeimplementedbyyousoastohavethreeaspectsofdatacapturedandstored:
Blockinganddeadlockinformation,
ExecutedTransact-SQLstatements
QueryactivityandCountersfordisk,CPU,andmemory.
Youarerequiredtoutilizetheleastamountofadministrativeefforttoimplementthemonitoringprocess.
Whichactionwillyouperformtofinishthetask?
A.
Tofinishthetask,theclient-sideprofilertraceshouldbeutilized.
B.
Tofinishthetask,thedynamicmanagementviewsshouldbeutilized.
C.
Tofinishthetask,thedatacollectorshouldbeutilized.
D.
Tofinishthetask,theSystemMonitorcounterlogtraceshouldbeutilized.
Answer:
C
Section:
(none)
Explanation/Reference:
SQLServer2008providesadatacollectorthatyoucanusetoobtainandsavedatathatisgatheredfromseveralsources.Thedatacollectorenablesyoutousedatacollectioncontainers,whichenableyoutodeterminethescopeandfrequencyofdatacollectiononaSQLServerserversystem.
Thedatacollectorprovidespredefinedcollectortypesthatyoucanusefordatacollection.Thecollectortypesprovidetheactualmechanismforcollectingdataanduploadingittothemanagementdatawarehouse.Forthisreleaseofthedatacollector,thefollowingcollectortypeisprovided.
InThisSection
Topic
Description
T-SQLQueryCollectorType
DescribesthestructureandbehavioroftheT-SQLQuerycollectortype.
SQLTraceCollectorType
DescribesthestructureandbehavioroftheSQLTracecollectortype.
PerformanceCountersCollectorType
DescribesthestructureandbehaviorofthePerformanceCounterscollectortype.
QueryActivityCollectorType
DescribesthestructureandbehavioroftheQueryActivitycollectortype.
QUESTION4
YouareaprofessionallevelSQLSever2008DatabaseAdministratorinaninternationalcorporationnamedWiikigo.
Youareexperiencedinmanagingdatabasesinanenterprise-levelorganization,optimizingandsustainingthedatabaselifecycle.
Inthecompany,yourjobistoimplementsolutionsonsecurity,troubleshooting,deploymentandoptimization.ASQLServer2008instanceshouldbemanagedbyyou.
Thecomputeronwhichtheinstancerunhasthefollowingthreefeatures:
a64-GBRAM,fourquad-coreprocessors,andseveralindependentphysicalraidvolumes
Atransactionaldatabasewillbeimplementedontheinstance.Inaddition,thedatabaseshouldhaveahighvolumeofINSERT,UPDATE,andDELETEactivities.
Creationofnewtablesiscontainedbytheactivities.
Youneedtomaximizediskbandwidthanddecreasethecontentioninthestorageallocationstructuressoastohavetheperformanceofthedatabaseoptimized.
Whichactionwillyouperformtofinishthetask?
A.
Tofinishthetask,databaseandlogfilesshouldbeplacedonthesamevolume.
B.
Tofinishthetask,theaffinitymaskoptionshouldbeconfiguredproperly.
C.
Tofinishthetask,multipledatafilesshouldbecreateforthedatabase.
D.
Tofinishthetask,theaffinityI/Omaskoptionshouldbeconfiguredproperly.
Answer:
C
Section:
(none)
Explanation/Reference:
Ifyourdatabaseisverylargeandverybusy,multiplefilescanbeusedtoincreaseperformance.Hereisoneexampleofhowyoumightusemultiplefiles.Let'ssayyouhaveasingletablewith10millionrowsthatisheavilyqueried.Ifthetableisinasinglefile,suchasasingledatabasefile,thenSQLServerwouldonlyuseonethreadtoperformareadoftherowsinthetable.Butifthetableweredividedintothreephysicalfiles,thenSQLServerwouldusethreethreads(oneperphysicalfile)toreadthetable,whichpotentiallycouldbefaster.Inaddition,ifeachfilewereonitsownseparatephysicaldiskordiskarray,theperformancegainwouldevenbegreater.
Essentially,themorefilesthatalargetableisdividedinto,thegreaterthepotentialperformance.Ofcoursethereisapointwheretheadditionalthreadsaren'tofmuchusewhenyoumaxouttheserver'sI/O.ButupuntilyoudomaxouttheI/O,additionalthreads(and
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- Microsoft70450 最新 题库