[计算机类试卷]微软认证70-228模拟试卷3及答案与解析.doc
《[计算机类试卷]微软认证70-228模拟试卷3及答案与解析.doc》由会员分享,可在线阅读,更多相关《[计算机类试卷]微软认证70-228模拟试卷3及答案与解析.doc(12页珍藏版)》请在麦多课文档分享上搜索。
1、微软认证 70-228模拟试卷 3及答案与解析 1 You are the administrator of two Microsoft Windows 2000 advanced server computers. On these servers, you are configuring a database that will store accounting information for your company. The data must be available at all times. Interruptions in data connectivity should no
2、t last longer than five minutes. Any changes to the database should not require you to reconfigure the client computers. How should you configure the database? ( A) Configure the database on the two servers as a SQL Server 2000 cluster. ( B) Configure the database on one server, and then configure a
3、 standby database on the second server. ( C) Configure the database on each server. Use Microsoft Distributed Transaction Coordinator to keep the two servers perfectly synchronized. ( D) Configure the database as a federated database, and then partition half the data on each server. 2 You are the ad
4、ministrator of a SQL server 2000 computer that contains a database named Acct. The database contains 1.5 GB of data. The server has one 9-GB hard disk that is configured as shown in the Exhibit. You need to import data into the database without adversely affecting database performance. The data will
5、 require an additional 2GB of storage space.What should you do? ( A) Add another data file on drive E, and then add the file to the PRIMARY filegroup. ( B) Move the transaction log file to drive E, and set the file growth of Acc_Data.mdf by selecting the Unrestricted file growth option. ( C) Rebuild
6、 all clustered indexes so that they have a fill factor of 100. ( D) Compress drive D. 3 You are the administrator of a SQL Server 2000 computer. You create a Data Transformation Services (DTS) package. The package is stored as a local package on the server. The package exports data from an online tr
7、ansaction processing (OLTP) database system to an online analytical processing (OLAP) database system that is located on a second SQL Server 2000 computer. You want the package to execute automatically each evening at 8:00 P.M. What should you do? ( A) Use SQL Server Enterprise Manager to create a n
8、ew job Create a CmdExec job step that runs the dtsrun utility Schedule the job to run each night at 8:00 P.M. ( B) Use SQL Server Enterprise Manager to create a new job Create a Transact-SQL job step to query data from the OLTP database Create a second Transact-SQL job step to launch the DTS package
9、 Schedule the job to run each night at 8:00 P.M. ( C) Create a batch file that runs the dtsrun utility Use the Microsoft Windows Task Scheduler to run the job each night at 8:00 P.M. Configure the Windows Task Scheduler to use the local system account ( D) Move the DTS package to the repository Conf
10、igure the SQLServerAgent service on the OLAP database server to update the package each night at 8:00 P.M. 4 You are the administrator of a SQL Server 2000 computer. Your company uses the server to store service contract information for its customers. You are also the administrator of Oracle relatio
11、nal database management system (RDBMS) server. This server is used to store your companys financial information. The financial information is updated frequently throughout the day. You need to create a series of reports that combine the service contract information and the financial information. The
12、se reports will be updated several times a day. You want to create reports on the SQL Server computer by using the minimum amount of disk space. What should you do? ( A) Set up SQL server replication to replicate the data from the oracle server to the SQL server computer. ( B) Set up the oracle serv
13、er as a linked server. Create a view that joins the service contract information and the financial information. ( C) Set up data transformation services (DTS) package that imports and transforms the database from the oracle server to the SQL server computer. Use SQL server agent to execute the DTS p
14、ackage throughout the day as needed. ( D) Set up Microsoft ActiveX script that connects to the oracle server and imports the financial information into SQL server temporary table. Create a view that joins the service contract information and the temporary table. 5 You are the administrator of a new
15、Microsoft Windows 2000 server computer named HQSQL5. HQSQL5 is a member server in your companys Windows NT 4.0 domain, which is named HQMAIN. After installing SQL Server 2000 on HQSQL5, you configure the MSSQLServer service account to use the HQMAINsqladmin user account, which is a member of the loc
16、al administrators group on HQSQL5. You can use the HQMAINsqladmin user account to log on the HQSQL5. However, the MSSQLServer service fails to start. You need to start the service. What should you do? ( A) Revoke Log on interactivity rights for the HQMAINsqladmin user account. ( B) Add the HQMAINsql
17、admin user account to the HQMAINDomain Admins group. ( C) Select the Password Never Expires check box for the HQMAINsqladmin user account. ( D) Grant Log on as a service rights to the HQMAINsqladmin user account. 6 You are the administrator of a SQL Server 2000 computer. You want to set up snapshot
18、replication on the server. The server will serve as Publisher and Distributor for a minimum of 40 Subscribers. Currently, you want to publish 3GB of data, but the data is expected to grow over time. Subscribers will receive a new snapshot each month. You want to minimize the workload on the Publishe
19、r/Distributor. Which two actions should you take to configure snapshot replication? (Each correct answer presents part of the solution. Choose two) ( A) Store the snapshot in the default folder on the Publisher/Distributor. ( B) Store the snapshot in an alternative folder on the Publisher/Distributo
20、r. ( C) Store the snapshot in a shared folder on a file server. ( D) Create pull subscriptions. ( E) Create push subscriptions. 7 You are the administrator of a SQL Server 2000 computer. The server contains a database named Inventory. In this database, the Parts table has a primary key that is used
21、to identify each part stored in the companys warehouse. Each part has a unique UPC code that your companys accounting department uses to identify it. The database is configured as shown in the exhibit.You want to maintain the referential integrity between the Parts table and the OrderDetails table.
22、You want to minimize the amount of physical I/O that is used within the database.Which two Transact-SQL statements should you execute? (Each correct answer represents part of the solution. Choose two.)A. CREATE UNIQUE INDEX IX_UPC On Parts(UPC)B. CREATE UNIQUE INDEX IX_UPC On OrderDetails(UPC)C. CRE
23、ATE TRIGGER UPCRI On OrderDetails FOR INSERT, UPDATE As If Not Exists (Select UPC From Parts Where Parts.UPC = inserted.UPC) BEGIN ROLLBACK TRAN ENDD. CREATE TRIGGER UPCRI On Parts FOR INSERT, UPDATE As If Not Exists (Select UPC From Parts Where OrderDetails.UPC = inserted.UPC) BEGIN ROLLBACK TRAN E
24、NDE. ALTER TABLE dbo.OrderDetails ADD CONSTRAINT FK_OrderDetails_Parts FOREIGN KEY(UPC) REFERENCES dbo.Parts(UPC)F. ALTER TABLE dbo.Parts ADD CONSTRAINT FK_Parts_OrderDetails FOREIGN KEY (UPC) REFERENCES dbo.Parts(UPC) 微软认证 70-228模拟试卷 3答案与解析 1 【正确答案】 A 【试题解析】 Explanation: SQL Server 2000 failover cl
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 试卷 微软 认证 70228 模拟 答案 解析 DOC
