




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、微软认证模拟试题:SQL Server考题A. Create a database backup.B. Trun cate the tran sacti on log.C. Backup the tran sacti on log.D. Create a differe ntial database backup.An swer: DYou want to improve the performa nee of a SQL Server 7.0 database by distributi ngin put/outputoperati onsacrossmultiple physical di
2、sks. You know which tables and in dexesare queried most freque ntly, and you want to place each of them on a separate disk. How canyou place each of the most frequently queried tables and indexes on its own separate disk?A nswer: One each disk, create a filegroup con sisti ng of a sin gle file and p
3、lace each table andin dex in its own filegroup. You are pla nning to use SQL Server Profiler to debug and optimize queries and applicationsinSQL Server 7.0. Youwant to be able to use SQL Server query-processingtoolsan alyze thedata captured by Profiler. Where should you save the eve nt data that wil
4、l be captured by the Profiler trace?A. I n a text fileiB. In a Win dows NT Application logC. I n the trace defi niti on file.D. In a SQL Server tableAn swer: DNotice: If you want to use SQL Server query process ingtools to analyzethe captured data, thenyou should save theeve nt data to a table .You
5、must perform multiple ide ntical installations of SQL Server 7.0 in remotebranches ofyourcompany that are not connected to the central office. The n etwork admi nistrators in thebra nches have not bee n trained to in stall SQL Server 7.0. How can you facilitate the in stallati ons so that most of th
6、e work will be done automatically?A nswer: Run SQL Server Setup in teractively to in stall SQL Server on a computer in the centraloffice.During installation,assign theMSSQLServer and SQLServerAge nt services to the localsystem user acco unt Send the iss file to the bran ches .Your Compa ny is using
7、Sql Server 7.0 store corporate bus in ess data on a Win dowsNT Server computer. To assess disk spacerequirementsand to optimize disk space usage you want toknow how ofte n new data is record in database, what tool will provide you with informationabout the frequencyof write operati ons:An swer: Win
8、dows NT Performa nee Mon itorYou are the SQL Server 7.0 administrator for your eompa ny. You want to ide ntify all errors in the SALES database, but repair only the alloeationerrors, Which two of thefollowing statements should you issue to identify all errors and repair only all alloeati on errors?(
9、Choose TWO An swers)An swer:DBCCCHECKDB( sal es? DBCC CHECKALLOC ?'sales 'REPAIR_ALLOW_DATA_LOSS ?/PYou provide tech ni eal support to eompa nies that use SQLServer 7.0. A eustomer reportsthat there is a problem, and you are asked to inv estigate it. You want to eapture a traee in SQL server
10、 Profiler. What are the minimum permissions that you must have at theeustomer ' s S QL Server eo mput er t o be ab l e t o ereat e and eapt ure a Profil er traeeA nswer: You must have the EXEC permission for the Profiler extended stored proeedures. You are running a web site, you want aeeo untin
11、g who is aeeess ing speeifie tables. Whiehshould you use performa nee mon itor to mon itor?A. Conn eet eve nt, exeeutio n pla n eve nt, serviee eon trol eve nt, SQL user name, NT user n ame.B. Atte nti on eve nt, exee prepared sql eve nt, sql user name,NT user n ameC. Conn ect eve nt, disc onn ect e
12、ve nt, existi ngconn ecti on eve nt, NT user n ameD. Object: ope ned eve nt, sql user n ame, NT user n ame.An swer: DThedepartme ntalserver has Full Text searchimplemented onits SQL server database. Currently both theFull Text database and the database files reside on the same logical drive. You do
13、not want the Full Text indexing to use more tha n 25% of the available drive space because you want to allow space for dynamic expansion of the data files. You want to be able to remotely mon itor the amount of space in use by the catalogs. How should you remotely monitor the space usage with a mini
14、mum nu mber of additi onal admi nistrative steps?A. Use the wi ndows NT Performa nee Mon itor to conn ect to the Server and to mon itor the size of the Microsoft Search catalogB. Create a scheduled job to regularly mon itor the size ofthe Full Text indexes and send the result to your E-MAILaddressC.
15、 Create a batch file to monitorthe size of Full Textin dexes and send the result to you viaNetwork Message. Usethe Win dows NT Scheduler Service to schedule the batch file to runregularlyD. Create a batch file to mon itor the size of the Full Textindexes and send the result to you via Network Messag
16、e. Create a scheduled job to run the batch file regularly.An swer: AYou are a SQL Server 7.0 system administrator for you company. To provide users with Full Text search capabilities, you create a Full T ext catalog and enable Full Text indexing for specific tables in a database. From your Windows N
17、T Workstati on computer, you want to remotely mon itor the size of the Full Text catalog on Win dows NT server computer that is running SQL Server. Which of the followi ng tools is the most convenient to use for mon itor the Full Text catalog?A. Performa nee Mon itorB. Query An alyzerC. The SP_MONIT
18、OR system stored procedureD. SQL Server Profiler.An swer: ANotice: To obtai n real-time in formatio n about the size ofa specific full-text catalog, you can continu ously mon itor the appropriate in sta nee of the Microsoft search In dexer Catalogs You load a lot data into your database, the n you f
19、ind that the space for log is almost full, how can you do to ensure the restore: (Choose all that apply)A. Make a full backupB. Make a differe ntial backupC. Backup the tran sacti on log with the default opti onsD. Backup the tran sacti on log with trun cate onlyAn swer: A, DThe enginemanu facturi n
20、gapplicatio n records dataabout all the engines that are manu factured at your pla nt, the database contains approximately 500 Millionrecords and isapproximately 50GB in size. The database in creases by 1000 records per day. You want to accomplish the follow ing goals:1. Mini mize the time required
21、to recover the database2. Provide the ability to recover the database to a specifictime3. Mini mize the nu mber of tran sacti on logs that n eed tobe duri ng recovery4. Mini mize the time required to backup the databaseYou take the followingactions : 1. Schedule a fulldatabase backup of the en tire
22、database to occur every Sun day at AM 1:00 2. Schedule tran sacti on log backup to occur every day at PM Which result or results do these action produce? (Choose all that apply )A. The time required to recover the database is mini mizedB. The database can be recovered to a specific time.C. The number of transactionlogs that need to beapplied duri ng recovery is mini mizedD. The time required to backup the database is mini mizedAn swer: B, DYou check the free space on a log file and run a BACKUPLOG WITH NO_LOG on a database that is a publisher for transact
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 基于企业战略之绩效管理体系-培训课件
- 教育培训分析报告
- 密闭式静脉输液操作流程
- 店头团购会活动运营手册
- 情境教学写作指导课件
- 2025年高考物理二轮复习备考策略讲座
- 工作安全场所管制
- 包茂高速43车连撞教育
- 北师大版三年级下册数学第三单元乘法标准检测卷(含答案)
- 小学家委会工作总结
- 纪检岗位全员大练兵应知应会题库(单选题)附有答案
- 智联招聘行测笔试题库
- 江苏省南京市盐城市2025届高三数学下学期3月第二次模拟考试试题
- 三年级数学两位数乘两位数笔算题综合考核训练题大全附答案
- NB-T20307-2014核电厂冷却塔环境影响评价技术规范
- 2024年普通高等学校招生全国统一考试(北京卷)语文含答案
- 中国保险行业协会机动车商业保险示范条款(2020版)
- 天然气管网大数据分析与预测
- (正式版)G-B- 21257-2024 烧碱、聚氯乙烯树脂和甲烷氯化物单位产品能源消耗限额
- 2024年中考语文复习:人性光辉主题阅读练习题(含答案)
- 老年人排泄照护(老年护理学课件)
评论
0/150
提交评论