70-764 - Administering A SQL Database Infrastructure
70-764 - Administering A SQL Database Infrastructure
70-764 - Administering A SQL Database Infrastructure
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.
Correct Answer: A
Section: Volume A
Explanation
Explanation/Reference:
Explanation/Reference:
http://msdn.microsoft.com/en-us/library/bb630282.aspx Event sqlserver.error_reported: This event gets fired every time that an error happens in the server
QUESTION 2
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 identify which queries are taking longer than 1 second to run over an extended period of time.
A. 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.
B. Use sp_configure to set a value for blocked process threshold. Create an extended event session.
C. 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.
D. Run the sp_who command from a query window.
E. Run the DBCC TRACEON 1222 command from a query window and review the SQL Server event log.
Correct Answer: E
Section: Volume A
Explanation
Explanation/Reference:
Explanation/Reference:
http://www.mssqltips.com/sqlservertip/2130/finding-sql-server-deadlocks-using-trace-flag-1222/ http://msdn.microsoft.com/en-us/library/ms188396.aspx
QUESTION 3
You administer a Microsoft SQL Server 2012 database.
You need to ensure that the size of the transaction log file does not exceed 2 GB.
Correct Answer: D
Section: Volume A
Explanation
Explanation/Reference:
QUESTION 4
You administer a Microsoft SQL Server 2012 server. The MSSQLSERVER service uses a domain account named CONTOSO\SQLService.
You need to ensure that Data File Autogrow operations use Instant File Initialization.
What should you do? Choose all that apply.
Correct Answer: CD
Section: Volume A
Explanation
Explanation/Reference:
Explanation/Reference:
http://msdn.microsoft.com/en-us/library/ms175935.aspx http://www.mssqltips.com/sqlservertip/2752/effect-of-instant-file-initialization-within-sql-server/
QUESTION 5
You administer a Microsoft SQL Server 2012 failover cluster that contains two nodes named Node A and Node B. A single instance of SQL Server is installed on the
cluster.
An additional node named Node C has been added to the existing cluster.
You need to ensure that the SQL Server instance can use all nodes of the cluster.
Correct Answer: B
Section: Volume A
Explanation
Explanation/Reference:
http://technet.microsoft.com/en-us/library/ms191545.aspx To add a node to an existing SQL Server failover cluster, you must run SQL Server Setup on the node
that is to be added to the SQL Server failover cluster instance. Do not run Setup on the active node.
The Installation Wizard will launch the SQL Server Installation Center. To add a node to an existing failover cluster instance, click Installation in the left-hand pane.
Then, select Add node to a SQL Server failover cluster.
QUESTION 6
You administer a Microsoft SQL Server 2012 database.
The database contains a Product table created by using the following definition:
You need to ensure that the minimum amount of disk space is used to store the data in the Product table.
Correct Answer: D
Section: Volume A
Explanation
Explanation/Reference:
http://msdn.microsoft.com/en-us/library/cc280449.aspx http://msdn.microsoft.com/en-us/library/cc280464.aspx http://msdn.microsoft.com/en-us/library/
cc280576.aspx http://msdn.microsoft.com/en-us/library/ee240835.aspx
QUESTION 7
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?
Correct Answer: B
Section: Volume A
Explanation
Explanation/Reference:
Explanation/Reference:
http://msdn.microsoft.com/en-us/library/ms186400.aspx http://msdn.microsoft.com/en-us/library/ms345408.aspx
QUESTION 8
You administer a single server that contains a Microsoft SQL Server 2012 default instance. You plan to install a new application that requires the deployment of a
database on the server. The application login requires sysadmin permissions.
You need to ensure that the application login is unable to access other production databases.
A. Use the SQL Server default instance and configure an affinity mask.
B. Install a new named SQL Server instance on the server.
C. Use the SQL Server default instance and enable Contained Databases.
D. Install a new default SQL Server instance on the server.
Correct Answer: B
Section: Volume A
Explanation
Explanation/Reference:
QUESTION 9
You administer a Microsoft SQL Server 2012 Enterprise Edition server that uses 64 cores.
You discover performance issues when large amounts of data are written to tables under heavy system load.
You need to limit the number of cores that handle I/O.
A. Processor affinity
B. Lightweight pooling
C. Max worker threads
D. I/O affinity
Correct Answer: D
Section: Volume A
Explanation
Explanation/Reference:
Explanation/Reference:
http://msdn.microsoft.com/en-us/library/ms189629.aspx
QUESTION 10
You administer a Microsoft SQL Server 2012 instance that contains a financial database hosted on a storage area network (SAN).
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the
existing data is modified each day.
The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT
commands. Each data load adds 3 GB of data to the database.
These data load operations must occur in the minimum amount of time.
A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during
business hours.
You need to ensure that your backup will continue if any invalid checksum is encountered.
Correct Answer: F
Section: Volume A
Explanation
Explanation/Reference:
Explanation/Reference:
http://msdn.microsoft.com/en-us/library/ms186865.aspx http://msdn.microsoft.com/en-
us/library/microsoft.sqlserver.management.smo.backuprestorebase.continueaftererror.aspx
QUESTION 11
You administer a Microsoft SQL Server 2012 instance that contains a financial database hosted on a storage area network (SAN).
The database is continually modified by users during business hours from Monday through Friday between 09:00 hours and 17:00 hours. Five percent of the
existing data is modified each day.
The Finance department loads large CSV files into a number of tables each business day at 11:15 hours and 15:15 hours by using the BCP or BULK INSERT
commands. Each data load adds 3 GB of data to the database.
These data load operations must occur in the minimum amount of time.
A full database backup is performed every Sunday at 10:00 hours. Backup operations will be performed every two hours (11:00, 13:00, 15:00, and 17:00) during
business hours.
On Wednesday at 10:00 hours, the development team requests you to refresh the database on a development server by using the most recent version.
You need to perform a full database backup that will be restored on the development server.
A. NORECOVERY
B. FULL
C. NO_CHECKSUM
D. CHECKSUM
E. Differential
F. 8ULK_LOGGED
G. STANDBY
H. RESTART
I. SKIP
J. Transaction log
K. DBO ONLY
L. COPY_ONLY
M. SIMPLE
N. CONTINUE AFTER ERROR
Correct Answer: L
Section: Volume A
Explanation
Explanation/Reference: