首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
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
18
问题
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://jikaoti.com/ti/pwO7FFFM
本试题收录于:
微软70228题库微软认证分类
0
微软70228
微软认证
相关试题推荐
EricHansenwritesabouttravelasaparticipatingenthusiastratherthanamereobserver.【T1】Itgivesthesenineessays,based
EricHansenwritesabouttravelasaparticipatingenthusiastratherthanamereobserver.【T1】Itgivesthesenineessays,based
EricHansenwritesabouttravelasaparticipatingenthusiastratherthanamereobserver.【T1】Itgivesthesenineessays,based
In2016,manyshoppersoptedtoavoidthefreneticcrowdsanddotheirholidayshoppingfromthecomfortoftheircomputer.But
Herearesomemanagementtoolsthatcanbeusedtohelpyouleadapurposefullife.1.UseYourResourcesWisely.Yourdecisi
Herearesomemanagementtoolsthatcanbeusedtohelpyouleadapurposefullife.1.UseYourResourcesWisely.Yourdecisi
InParagraphs1and2,thetextshowsPTK’s______.Skepticalobserversbelievethatancestrytestingfailsto______.
InToday’smanagement-theoryindustry,reputation—oratleastthecorporatekind—isa"strategicasset"thatcanbe"leveraged"
随机试题
下面离心泵组成示意图中,()是叶轮。
女性,21岁,学生,爷爷去年去世,一年以来,不能接受这个事实,经常忽然想起爷爷的点滴,流泪,经常在梦中惊醒,情绪烦躁,注意力不集中,最近适逢爷爷去世一周年,近两个月情况愈加严重,每天处于消极状态,无心学习,不愿与人交往,与同学、男友关系冷淡。下列哪项不
患者男,27岁。患者自述从小有手淫不良习惯,后听说手淫有严重危害性,可以导致阳痿、精神病、犯罪等严重后果,增加了患者的忧虑、罪恶感与恐惧感。两年前患者结婚,在新婚之夜,想到自己手淫的危害,加上心理过分紧张,结果导致阳器不举,后经多方治疗,仍无起色,患者深感
汽车司机甲在封闭的高速公路上驾驶汽车时,因合理信赖行人不会横穿公路而正常行驶。行人乙违反交通规则横穿公路而被甲驾驶的汽车撞死。甲对乙的死亡须承担:
钢筋混凝土连续板的受力特点是()。
某市区一内资房地产开发公司在2013年1月~9月中旬开发写字楼一栋。总建筑面积10000平方米。在开发写字楼的过程中。取得土地使用权支付金额2400万元,发生房地产开发成本2600万元。9月~12月将写字楼全部销售,销售合同记载收入9600万元。另外该公司
某旅游公司总经理在市场不景气的情况下,以过人的职业洞察力发现海外度假旅游项目与25~35岁新婚家庭消费群体之间的关联性,并针对这部分群体快速设计出一套新的旅游路线和体验项目,在广泛宣传后收到丰硕的订单。但由于涉及与交通管理、签证、保险等机构的协调,新项目一
看板的种类包括()。
已知平面向量a=(1,-3),b=(4,-2),λa+b与口垂直,则λ=______.
Whatcanwelearnaboutthewomanfromthedialogue?
最新回复
(
0
)