| Exam Code/Number: | 70-447Join the discussion |
| Exam Name: | UPGRADE:MCDBA Skills to MCITP DB Admin by Using MS SQL 2005 |
| Certification: | Microsoft |
| Question Number: | 96 |
| Publish Date: | May 25, 2026 |
|
Rating
100%
|
|
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as the database administrator for your company. A new stored procedure is created by you. You find an error when running the stored procedure. The company asks you to collect and process any error information that is generated while running the procedure. Error logging must use the least possible resources while providing the needed functionality. You have to find out what caused the error. The appropriate error functions need to be included in the new stored procedure. What action should you perform?
You work as the database administrator for your company. A SQL Server 2005 database is utilized to have online sales tracked. It is reported by employees who run the In-Stock that they are experiencing slow performance. After detailed analysis, you find that the contention between the In-Stock report and high volume of data entry to the tables that are accessed in this report causes the performance problem. The company intends to have the In-Stock report returned instantly even though the data might be changed by other employees within their data-entry transactions. The employees who are running the In-Stock report should be able to see any changes which are made in other transactions when the report is running.
Since you are the database administrator, you are required to implement a solution to accomplish this task. Which action should be performed?
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as the database administrator for your company. You receive report from users saying that some reports are performing poorly. You are sure that your tables have the appropriate indexes and that your queries should be performing optimally. After a SHOWPLAN statement is executed on the poorly performing reports, you find that incorrect indexes are being used in some cases. You want the SQL Server 2005 query optimizer to select the correct indexes automatically. So what action should be performed?
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment.
In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as the administrator of a SQL Server 2005 computer. And recently the server performs gradually slowly. The indexing environment is troubleshooted by you. The clustered indexes are rebuilt by you, and the clustered indexes are utilized the most frequently. The most frequently accessed nonclustered index will be optimized by you. The sys.dm_db_index_usage_stats dynamic management view (DMV) is accessed by you. You can see the results from the table listed below.
When the entire index is not read, the nonclustered index which is being utilized the most frequently should be identified. From the following four object_id and index_id combinations, which one should be utilized to finish the task?
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as the database administrator for your company. The company uses a SQL Server 2005 computer. Reporting Services are run by this computer. The server runs reports which include only data from the previous days sales. When reports are run during business hours, you notice that an OLTP database application runs slowly and that reports sometimes time out. Since you are the technical support, you have to resolve the problem and prevent it from recurring. So what action should you perform to achieve the goal?