- (Exam Topic 5)
Which of the following SQL Server 2012 tools assists DBAs in running and analyzing trace results?
Correct Answer:
B
References:
https://msdn.microsoft.com/en-us/library/ms187929(v=sql.110).aspx
- (Exam Topic 5)
You administer a Microsoft SQL Server 2012.
A process that normally runs in less than 10 seconds has been running for more than an hour. You examine the application log and discover that the process is using session ID 60.
You need to find out whether the process is being blocked. Which Transact-SQL statement should you use?
Correct Answer:
A
References:
http://msdn.microsoft.com/en-us/library/ms174313.aspx http://msdn.microsoft.com/en-us/library/ms176013.aspx http://msdn.microsoft.com/en-us/library/ms178568.aspx http://msdn.microsoft.com/en-us/library/ms187730.aspx
- (Exam Topic 4)
You develop a database for a travel application.
You need to design tables and other database objects. You create the Airline_Schedules table.
You need to store the departure and arrival dates and times of flights along with time zone information. What should you do?
Correct Answer:
I
- (Exam Topic 1)
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?
Correct Answer:
D
The SERVER_ROLE_MEMBER_CHANGE_GROUP event is raised whenever a login is added or removed from a fixed server role. This event is raised for the sp_addsrvrolemember and sp_dropsrvrolemember stored procedures. Equivalent to the Audit Add Login to Server Role Event Class.
- (Exam Topic 5)
Which of the following SQL Server 2012 database is NOT created by default in a new installation?
Correct Answer:
A