為大家收集整理了《微軟認(rèn)證考試70-432練習(xí)試題4》供大家參考,希望對(duì)大家有所幫助!??!
QUESTION 16 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named OrderIn in the instance. The OrderIn database contains a table which is named OrdeSend. A column named SendSite which is of the Geography data type has been added to the OrdeSend. The OrderSend table contains no indexes. On the SentSite point, you have to create a spatial index. What should you do first? A.You must make sure that the SendSite column does not allow NULL values. B.You should define a primary key for the OrderSend table C.For the OrderSend table, you should create a clustered index D.First, you should copy the OrderSend data to a temporary table, then you should truncate the existing OrderSend table. Answer: B QUESTION 17 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The server has a very large database named DB1. An application which is constantly available uses DB1. Now you get a report from users, in the report users complain that server has a poor performance. As the technical support, you have to improve the performance of the application by using the Database Engine Tuning Advisor. Besides this, you must make sure that the action of analyzing the workload will not affect the performance of the production server.So what should you do? A.On the local server, enable the XP_MSVER stored procedure B.On the remote server, enable the XP_MSVER stored procedure. C.On the production server, use the dta.exe utility along with an XML input file. D.You should configure a test server that has a similar hardware configuration. Use the dta.exe utility on the test server along with an XML input file Answer: D QUESTION 18 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. Today you notice that applications that run on the server have poor performances. You doubt that this has something to do with table scans. You have to capture the appropriate information by using an appropriate Windows System Monitor object. In the options below, which performance object should you use? A.You should use SQLServer:Buffer Manager B.You should use SQLServer:Memory Manager C.You should use SQLServer:Databases D.You should use SQLServer:Access Methods Answer: D QUESTION 19 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. According to the company requirement, you migrate an application from Microsoft SQL Server 2000 to Microsoft SQL Server 2008. You have to monitor the SQL Server instance, and record the use of features which will be discontinued. What should you do? A.The SQL Server 2008 Upgrade Advisor should be used B.You should use a SQL server-side trace. The trace captures the Deprecation Announcement and Deprecation Final Support event classes C.You should use the SQL Server Profiler. The profiler captures the SQL:BatchCompleted and Exception event classes D.You should use a SQL server-side trace. The trace captures the SQL:BatchCompleted and Exception event classes. Answer: B QUESTION 20 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The server hosts databases for several mission-critical applications. Microsoft SQL Server Management Studio executes queries and it has some effect. Now you intend to limit the effect by using the Resource Governor. You must make sure that queries initiated through SQL Server Management Studio is less than 20 percent of CPU utilization, besides this, you must make sure that queries initiated by the mission-critical applications can consume 100 percent of CPU utilization when required. So what action should you perform to achieve this goal? A.You should alter the default resource pool and set the MAX_CPU_PERCENT option to 80. Then assign this resource pool to the workload group used by SQL Server Management Studio. B.First, you should create a new resource pool and set the MAX_CPU_PERCENT option to 20. Then assign this resource pool to the workload group used by SQL Server Management Studio. C.You should alter the default resource pool and set the MAX_CPU_PERCENT option to 20. Then assign this resource pool to the workload group used by the mission-critical applications. D.First, you should create a new resource pool and set the MAX_CPU_PERCENT option to 80. Then assign this resource pool to the workload group used by the mission-critical applications. Answer: B
QUESTION 16 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named OrderIn in the instance. The OrderIn database contains a table which is named OrdeSend. A column named SendSite which is of the Geography data type has been added to the OrdeSend. The OrderSend table contains no indexes. On the SentSite point, you have to create a spatial index. What should you do first? A.You must make sure that the SendSite column does not allow NULL values. B.You should define a primary key for the OrderSend table C.For the OrderSend table, you should create a clustered index D.First, you should copy the OrderSend data to a temporary table, then you should truncate the existing OrderSend table. Answer: B QUESTION 17 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The server has a very large database named DB1. An application which is constantly available uses DB1. Now you get a report from users, in the report users complain that server has a poor performance. As the technical support, you have to improve the performance of the application by using the Database Engine Tuning Advisor. Besides this, you must make sure that the action of analyzing the workload will not affect the performance of the production server.So what should you do? A.On the local server, enable the XP_MSVER stored procedure B.On the remote server, enable the XP_MSVER stored procedure. C.On the production server, use the dta.exe utility along with an XML input file. D.You should configure a test server that has a similar hardware configuration. Use the dta.exe utility on the test server along with an XML input file Answer: D QUESTION 18 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. Today you notice that applications that run on the server have poor performances. You doubt that this has something to do with table scans. You have to capture the appropriate information by using an appropriate Windows System Monitor object. In the options below, which performance object should you use? A.You should use SQLServer:Buffer Manager B.You should use SQLServer:Memory Manager C.You should use SQLServer:Databases D.You should use SQLServer:Access Methods Answer: D QUESTION 19 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. According to the company requirement, you migrate an application from Microsoft SQL Server 2000 to Microsoft SQL Server 2008. You have to monitor the SQL Server instance, and record the use of features which will be discontinued. What should you do? A.The SQL Server 2008 Upgrade Advisor should be used B.You should use a SQL server-side trace. The trace captures the Deprecation Announcement and Deprecation Final Support event classes C.You should use the SQL Server Profiler. The profiler captures the SQL:BatchCompleted and Exception event classes D.You should use a SQL server-side trace. The trace captures the SQL:BatchCompleted and Exception event classes. Answer: B QUESTION 20 You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The server hosts databases for several mission-critical applications. Microsoft SQL Server Management Studio executes queries and it has some effect. Now you intend to limit the effect by using the Resource Governor. You must make sure that queries initiated through SQL Server Management Studio is less than 20 percent of CPU utilization, besides this, you must make sure that queries initiated by the mission-critical applications can consume 100 percent of CPU utilization when required. So what action should you perform to achieve this goal? A.You should alter the default resource pool and set the MAX_CPU_PERCENT option to 80. Then assign this resource pool to the workload group used by SQL Server Management Studio. B.First, you should create a new resource pool and set the MAX_CPU_PERCENT option to 20. Then assign this resource pool to the workload group used by SQL Server Management Studio. C.You should alter the default resource pool and set the MAX_CPU_PERCENT option to 20. Then assign this resource pool to the workload group used by the mission-critical applications. D.First, you should create a new resource pool and set the MAX_CPU_PERCENT option to 80. Then assign this resource pool to the workload group used by the mission-critical applications. Answer: B