Вы находитесь на странице: 1из 3

Microsoft

EXAM 70-462
Administering a Microsoft SQL Server 2012 Database Transfer

Demo
http://www.exam1pass.com/70-462-exam.html

The safer , easier way to help you pass any IT exams.

Question: 1
You administer a Microsoft SQL Server 2012 database. Users report that an application that accesses the database displays an error, but the error does not provide meaningful information. No entries are found in the SQL Server log or Windows event logs related to the error. You need to identify the root cause of the issue by retrieving the error message. What should you do? A. Execute sp_who. B. Update all stored procedures to use a TRYCATCH block. C. Flag all stored procedures for recompilation by using sp_recompile. D. Create a SQL Profiler session to capture all ErrorLog and EventLog events. E. Create a SQL Profiler session to capture all Exception and User Error Message events. F. Create an Extended Events session by using the sqlserver.error_reported event. G. Create an Extended Events session by using the sqlserver.errorlog_written event. H. Create a Performance Monitor session to capture the SQLServer:SQL Errors object.

Answer: E OR F Question: 2
You administer a Microsoft SQL Server 2012 database named Orders. Users report that during peak usage periods, certain operations are taking more time than expected. Your initial analysis suggests that blocking is the cause. You need to gather more data to be able to determine which processes are being blocked and to identify the root cause. What should you do? A. Use sp_configure to set the blocked process threshold. Start a trace using SQL Server Profiler to catch the Blocked Process Report event. B. Schedule a SQL Agent job to run every 60 seconds and insert the results of executing the sys.dm_os_wait_stats DMV into a table. C. Use System Monitor to catch the Lock Waits/sec event. D. Start a trace using SQL Server Profiler to catch the Lock: Deadlock event.

Answer: A Question: 3
You administer a Microsoft SQL Server 2012 database. You provide temporary securityadmin access to User1 to the database server. You need to know if User1 adds logins to securityadmin. Which server-level audit action group should you use? A. SERVER_OBJECT_CHANGE_GROUP B. SERVER_ROLE_MEMBER_CHANGE_GROUP C. SERVER_PERMISSION_CHANGE_GROUP D. DATABASE_ROLE_MEMBER_CHANGE_GROUP

Answer: B Question: 4
You administer a Microsoft SQL Server 2012 instance. You need to stop a blocking process that has an SPID of 59 without stopping other processes. What should you do? Complete collection of 70-462 Exam's Question and.Answer http://www.exam1pass.com

The safer , easier way to help you pass any IT exams.


A. Restart the SQL Server service. B. Restart the SQL Server Agent service. C. Execute the following Transact-SQL statement: EXECUTE sp_executesql 'EXECUTE 59' D. Execute the following Transact-SQL statement: KILL 59

Answer: D Question: 5
You administer a Microsoft SQL Server 2012 server. One of the databases on the server supports a highly active OLTP application. Users report abnormally long wait times when they submit data into the application. You need to gather blocking data over an extended period of time. You also need to ensure minimum impact to server performance. What should you do? A. Run the DBCC TRACEON 1222 command from a query window and review the SQL Server event log. B. Use sp_configure to set a value for blocked process threshold. Create an extended event session. C. Run the sp_who2 command from a query window and examine the BlkBy column. D. Use SQL Profiler to trace all queries that are processing on the server. Filter queries that have a Duration value of more than 1,000 ms. E. Use the Job Activity monitor to review all processes that are actively running. Review the Job History to find out the duration of each step.

Answer: B

Question: 6
You administer a Microsoft SQL Server 2012 instance. After a routine shutdown, the drive that contains tempdb fails. You need to be able to start the SQL Server. What should you do? A. Configure SQL Server to bypass Windows application logging. B. Start SQL Server in single-user mode. C. Modify tempdb location in startup parameters. D. Start SQL Server in minimal configuration mode.

Answer: D

Complete collection of 70-462 Exam's Question and.Answer http://www.exam1pass.com

Вам также может понравиться