首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
You are the administrator of a SQL Server 2000 computer. The server contains a database named Contracts. The server is configure
You are the administrator of a SQL Server 2000 computer. The server contains a database named Contracts. The server is configure
admin
2009-05-19
34
问题
You are the administrator of a SQL Server 2000 computer. The server contains a database named Contracts. The server is configured as shown in the server configuration exhibit.
The database files are configured as shown in the database properties exhibit.
The database developers have been creating new tables and indexes without specifying a filegroup.
The primary filegroup is reaching its maximum capacity.
You want the developers to continue adding new objects, but you do not want then to change the way they create objects. You do not want to run out of disk space. You also want to minimize the time it takes to administer the database.
What should you do?
选项
A、Back up the existing objects on the PRIMARY filegroup. Drop them from the database. Re-create them on the SECONDARY filegroup.
B、Set the file growth on the PRIMARY filegroup to UNLIMITED.
C、Set the PRIMARY filegroup so that it is read-only.
D、Set the SECONDARY filegroup as the default filegroup.
答案
D
解析
Explanation: By setting the secondary filegroup to the default filegroup, user data will be added to this filegroup and the database would be allowed to grow.
Note: In SQL Server 2000 a database is mapped to a set of operating-system files, which stores all data and objects in the database, such as tables, stored procedures, triggers, and views.
In addition to the log file, there are two operating-system files: the primary data file, which contains the startup information for the database and is used to store data, and the secondary data file, which contains all of the data that is not part of the primary data file. If the primary file can hold all of the data in the database, databases do not need to have secondary data files but every database must have one primary data file.
Some databases may be large enough to need multiple secondary data files or to use secondary files on separate disk drives to spread data across multiple disks. These files can be placed into different filegroups. This allows files to be grouped together for administrative and data allocation/placement purposes. The filegroup that contains the primary file is the PRIMARY filegroup.
This filegroup contains the primary data file and any other files that are not put into another filegroup. User-defined filegroups are called SECONDARY filegroups and are any filegroups that are specifically created by the user when first creating or later altering the database. One filegroup is designated as the DEFAULT filegroup.
When objects are created in the database without specifying to which filegroup they belong, they are assigned to the DEFAULT filegroup. By default, the PRIMARY filegroup is designated the DEFAULT filegroup. The DEFAULT filegroup can be changed using the ALTER DATABASE statement. This allows any objects that do not have a filegroup specified when they are created are allocated to the data files in the new DEFAULT filegroup.
However, allocation for the system objects and tables remains within the PRIMARY filegroup, not the new DEFAULT filegroup.
Incorrect Answers:
A: The database startup information and the system objects and tables must remain in the PRIMARY filegroup. These database objects cannot be moved to a SECONDARY filegroup.
B: The FILEGROWTH property can only be specified for operating-system files, i.e., primary or secondary data files. The FILEGROWTH property cannot be specified for a filegroup.
C: SQL Server 2000 allows filegroups to be marked as read-only. A filegroup marked read-only cannot be modified. Any user-defined filegroup, i.e., SECONDARY filegroup can be marked as read-only. However, the PRIMARY filegroup cannot be marked as read-only as it contains the system objects and tables. Theses include the tempdb and deleted database tables.
转载请注明原文地址:https://www.kaotiyun.com/show/cuhZ777K
本试题收录于:
微软70228题库微软认证分类
0
微软70228
微软认证
相关试题推荐
Writealettertoacompanydecliningajoboffer.Inyourletter,youshouldappreciatethejoboffer,andstateyourreason(s)
In2016,manyshoppersoptedtoavoidthefreneticcrowdsanddotheirholidayshoppingfromthecomfortoftheircomputer.But
MireilleGuiliano,achampagnecompanyexecutive,capturedtheattentionoffrustrateddieterswithherjoyoflifeinthe2005
Thehumanbraincontains10thousandmillioncellsandeachofthesemayhaveathousandconnections.Suchenormousnumbersused
Adealisadeal—except,apparently,whenEntergyisinvolved.Thecompany,amajorenergysupplierinNewEngland,provokedjus
InParagraphs1and2,thetextshowsPTK’s______.Skepticalobserversbelievethatancestrytestingfailsto______.
Writealettertorecommendyourstudent,LiXu,forapositionofadministratorinacompany.Youshouldincludethedetailsyo
Writealettertorecommendyourstudent,LiXu,forapositionofadministratorinacompany.Youshouldincludethedetailsyo
随机试题
在货币资金余缺调剂中充当信用媒介的是()
Supposewebuiltarobot(机器人)toexploretheplanetMars.Weprovidetherobotwithseeingdetectorstokeepitawayfromdanger.
发于皮里膜外、筋肉骨节之间的,或软或硬、按之有囊性感的包块称为
患者,女,31岁,已婚。曾孕3次,均自然流产,平日头晕耳鸣,腰膝酸软,精神萎靡,现又妊娠33天,夜尿频多,面色晦暗,舌淡苔白,脉沉弱。治疗应首选
()是指消费者在既定收入状况下,将货币合理花费于各种消费品的组合,令消费者获得了最大的效用总量,此时消费者不再改变其购买各种消费品的数量,即消费者的决策行为已达到了均衡状态。
某城市道路工程,项目经理部技术负责人主持编写了项目质量计划,该质量计划体现了质量管理人员的过程控制,在质量计划的实施过程中,项目经理定期组织项目技术负责人验证质量计划的实施效果,对项目质量控制中存在的问题和隐患提出解决措施。工程施工后,该项目内部质
教师专业发展的基石是()
当前建立健全基本公共服务体系,合理调整国民收入分配关系,要努力提高“两个比重”,即()。①努力提高劳动报酬在初次分配中的比重②努力提高劳动报酬在再次分配中的比重③努力提高居民收入在国民生产总值分配中的比重
下列表述中不符合十八届五中全会精神和“十三五”规划纲要提法的是:
BackinthecarefreedaysoftheNoughtiesboom,Britain’syoungstersweresweptalongbythebuy-now-pay-latercultureembraced
最新回复
(
0
)