首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
You are the administrator of a new multiprocessor SQL Server 2000 computer. You are migrating data from other database managemen
You are the administrator of a new multiprocessor SQL Server 2000 computer. You are migrating data from other database managemen
admin
2009-05-19
17
问题
You are the administrator of a new multiprocessor SQL Server 2000 computer. You are migrating data from other database management systems to this server. You need to load data from two data files into a new table on the server. The table is empty and has no indexes.
You want to complete the data load as quickly as possible. What should you do? (Each correct answer represents part of the solution. Choose all that apply.)
选项
A、Apply a bulk update lock to the table.
B、Use separate client connections to load the files into the table simultaneously.
C、Create a clustered index on the table.
D、Specify the Full Recovery model for the database.
E、Specify the Bulk-Logged Recovery model for the database.
答案
A,B,E
解析
Explanation:
A: Bulk update locks are taken when bulk copying data into a table and either the TABLOCK hint is specified, or the table lock on bulk load table option is set using sp_tableoption. Bulk update locks allow processes to bulk copy data concurrently into the same table while preventing other processes that are not bulk copying data from accessing the table. In this scenario the bulk update lock would meet the requirement that data should be loaded as quickly as possible.
B: SQL Server 2000 allows data to be bulk copied into a single table from multiple clients in parallel using the bcp utility or BULK INSERT statement. This can improve the performance of data load operations. To bulk copy data into an instance of SQL Server in parallel, the database must be set to Bulk-Logged Recovery, the TABLOCK hint must be specified, and the table must not have any indexes.
E: By specifying the Bulk-Logged Recovery model, the logging for all SELECT INTO, CREATE INDEX, and bulk loading data operations will be minimal and will therefore require less log space while also improving performance.
Incorrect Answers:
C: When data is bulk copied into a single table from multiple clients in parallel using the bcp utility or BULK INSERT statement to improve the performance of data load operations, the database must be set to Bulk-Logged Recovery, the TABLOCK hint must be specified, and the table must not have any indexes.
D: When data is bulk copied into a single table from multiple clients in parallel using the bcp utility or BULK INSERT statement to improve the performance of data load operations, the database must be set to Bulk-Logged Recovery, the TABLOCK hint must be specified, and the table must not have any indexes.
转载请注明原文地址:https://kaotiyun.com/show/YuhZ777K
本试题收录于:
微软70228题库微软认证分类
0
微软70228
微软认证
相关试题推荐
EricHansenwritesabouttravelasaparticipatingenthusiastratherthanamereobserver.【T1】Itgivesthesenineessays,based
Herearesomemanagementtoolsthatcanbeusedtohelpyouleadapurposefullife.1.UseYourResourcesWisely.Yourdecisi
Herearesomemanagementtoolsthatcanbeusedtohelpyouleadapurposefullife.1.UseYourResourcesWisely.Yourdecisi
InParagraphs1and2,thetextshowsPTK’s______.Skepticalobserversbelievethatancestrytestingfailsto______.
InToday’smanagement-theoryindustry,reputation—oratleastthecorporatekind—isa"strategicasset"thatcanbe"leveraged"
随机试题
避孕套避孕适用于
南方某省为发展经济打通通往邻省的交通通道,拟投资35亿元建设跨省高速公路,本项目线路总长124km,设计行车速度80km/h,路基宽度25.5m,全程有互通式立交7处,分离式立交4处,跨河大桥2座,中桥10座,小桥32座,单洞长隧道10道,涵洞102道,服
某乡实有养殖业7种,年实际收入的总值为70万元,但该乡在报送统计资料时,为增加自己的业绩,故意多编造了2种养殖业,并在其名下合计上报总收入15万元,致使该乡的养殖业收入总值的统计数据发生了多报现象。该乡的行为属于()统计资料的统计违法行为。
下列有关风险控制与缓释流程的说法,有误的是()。
甲集团公司是北京的一家木质地板产品的生产企业。随着企业的快速发展,其预算管理制度的缺陷愈加明显。在2013年年底,公司董事会商议了关于预算管理的相关事项,讨论了企业预算的相关问题。会议纪要显示,各董事发言要点如下:王董事认为企业只需设立
YHN7UJMQNM7UA2
简述共同危险行为的概念和构成要件。
设总体X~N(0,1),X1,X2,X3,X4为来自总体的简单随机样本,则服从的分布为___________________________.
下面关于计算机中的浮点数的叙述,正确的是( )
设x=2,则表达式(x++)*3的值是【】。
最新回复
(
0
)