70-464 試験問題を無料オンラインアクセス
試験コード: | 70-464 |
試験名称: | Developing Microsoft SQL Server Databases |
認定資格: | Microsoft |
無料問題数: | 200 |
更新日: | 2025-08-29 |
You have an application that queries a database.
Users report that the application runs more slowly than expected.
You need to identify which queries take the most time to execute. The solution must minimize the use of processor resources on the server.
What should you use?
You need to modify usp_SelectSpeakersByName to support server-side paging. The solution must minimize the amount of development effort required.
What should you add to usp_SelectSpeakersByName?
You have a SQL Server 2012 database named DB1 that is accessed by 650 concurrent users.
You need to log all of the queries to DB1 that become deadlocked. The solution must meet the following requirements:
Provide a representation of the deadlock in XML format.
Minimize the impact on the server.
What should you create?
You need to implement a solution that addresses the page split issues.
Which statement should you execute?
The database contains a disk-based table named ContentTable that has 1 million rows and a column named Fax. Fax allows null values.
You need to update Fax to meet the following requirements:
Prevent null values from being used.
Always use an empty string instead of a null value.
Which statement or statements should you execute? (Each correct answer presents part of the solution. Choose all that apply.)