首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
You are the administrator of a SQL Server 2000 computer. The server contains a database that is heavily indexed and that company
You are the administrator of a SQL Server 2000 computer. The server contains a database that is heavily indexed and that company
admin
2009-05-19
37
问题
You are the administrator of a SQL Server 2000 computer. The server contains a database that is heavily indexed and that company users query extensively. The database has grown and query response time has slowed. The database is stored in a single data file.
You want to accelerate query response time. What should you do?
选项
A、On a new hard disk, create a new filegroup. Drop the existing nonclustered indexes, and then re-create them on the new filegroup.
B、On a new hard disk, add a new file to the PRIMARY filegroup. Drop the existing nonclustered indexes, and then re-create them on the PRIMARY filegroup.
C、On the existing hard disk, create a new filegroup. Drop the existing nonclustered indexes, and then re-create them on the new filegroup.
D、On the existing hard disk, add a new file to the primary filegroup. Drop the existing nonclustered indexes, and then re-create them on the PRIMARY filegroup.
答案
A
解析
Explanation: With SQL Server 2000 it is possible to create tables or indexes on specific filegroups. This allows us to control where the database’s tables and indexes are physically located as filegroups can be placed on different hard drives.
Placing heavily accessed tables in one filegroup and the table’s nonclustered indexes in another filegroup on different physical disk can improve database performance because it will allow separate threads to access the tables and indexes. However, a table and its clustered index cannot be separated into different filegroups as the clustered index determines the physical order of the data in the table.
Incorrect Answers:
B: SQL Server 2000 can operate effectively without filegroups. In this case, all files are included in the primary filegroup and SQL Server 2000 can allocate data anywhere in the database. Furthermore, filegroups are not the only method that can be used to distribute I/O across multiple drives. However, the nonclustered index is added to the filegroup rather than the new file in this solution. This is thus not the best solution.
C: This solution does not take advantage of the possible performance gains that can be realized by placing data tables and indexes on separate physical disks.
D: This solution does not take advantage of the possible performance gains that can be realized by placing data tables and indexes on separate physical disks. This would require that a new file group be created.
转载请注明原文地址:https://kaotiyun.com/show/1uhZ777K
本试题收录于:
微软70228题库微软认证分类
0
微软70228
微软认证
相关试题推荐
Writeanessayof160-200wordsbasedonthefollowingdrawings.Inyouressay,youshould1)describethedrawingsbriefly,
TheBestMediatoUseThereareplentyofoptionsavailableforspreadingnews,suchasnewspapers,radio,TV,theInternet
Whileyouwereawayfromhomeonbusinessafewdaysago,yourfatherfellintoacoma.YourneighborMarystoppedacarandbro
Supposeyouhavefoundsomethingwrongwiththebookthatyouboughtfromanonlinestoretheotherday.Writeane-mailtothe
MenorcaorMajorca?Itisthattimeoftheyearagain.Thebrochuresarepilingupintravelagentswhilenewspapersandmagazin
LastThursday,theFrenchSenatepassedadigitalservicestax,whichwouldimposeanentirelynewtaxonlargemultinationalst
LastThursday,theFrenchSenatepassedadigitalservicestax,whichwouldimposeanentirelynewtaxonlargemultinationalst
Evenintraditionaloffices,"thelinguafrancaofcorporateAmericahasgottenmuchmoreemotionalandmuchmoreright-brained
在用户管理组administrators中添加本地用户“sy”。
随机试题
奥氏体不锈钢与珠光体钢焊接时,由于电弧的高温加热作用,整个焊接熔池的化学成分是非常均匀的。()
肾结核X线检查主要依靠
尿蛋白定量检查常选用的防腐剂是
男,64岁,散步时突然自觉腹部不适、恶心、头晕、出虚汗、心慌,急就诊,查体:P118次/分;BPl00/60mmHg;心律整,面色苍白,腹部广泛压痛,尤以右侧腹明显,轻度肌紧张,既往有肝炎后肝硬化史,但无出血史,亦未做进一步检查。最可能诊断是
根据公司法的规定,公司不得收购本公司的股份,但是,有下列情形之一的除外()
根据《现金管理暂行条例》规定,下列经济业务中,不能用现金支付的是()。
根据道氏理论,市场波动的趋势分为()。Ⅰ.主要趋势Ⅱ.次要趋势Ⅲ.短暂趋势Ⅳ.长期趋势
迈克卡等人将复述策略、精细加工策略和组织策略统称为______。(2016.福建)
来自不同的语言群体和文化的人需要彼此交流,就必须寻找交流工具。在一个层面上,他们可以依赖受过特殊训练的专业人员,这些人可以熟练使用两种以上的语言来作口译和笔译。但这是不方便的,花费的时间和代价是昂贵的。因此,在整个历史上,不断出现通用语言,在古代世界和中世
设二次型χTAχ=χ12+4χ22+χ32+2aχ1χ2+2bχ1χ3+2cχ2χ3,矩阵B=,满足AB=0.①用正交变换化χTAχ为标准形,写出所作变换.②求(A-3E)6.
最新回复
(
0
)