Dumps4cert.com : Latest Dumps with PDF and VCE Files
2018 Mar Microsoft Official New Released 70-466
100% Free Download! 100% Pass Guaranteed!
http://www.Dumps4cert.com/70-466.html
Administering Microsoft SQL Server 2012 Databases
Question No: 1 – (Topic 1)
You administer a Microsoft SQL Server 2012 instance that contains a financial database hosted on a storage area network (SAN).
The financial database has the following characteristics:
->A data file of 2 terabytes is located on a dedicated LUN (drive D).
->A transaction log of 10 GB is located on a dedicated LUN (drive E).
->Drive D has 1 terabyte of free disk space.
->Drive E has 5 GB of free disk space.
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. Which backup option should you use?
-
STANDBY
-
Differential
-
FULL
-
CHECKSUM
-
BULK_LOGGED
-
CONTINUE_AFTER_ERROR
-
SIMPLE
-
DBO_ONLY
-
COPY_ONLY
-
SKIP
-
RESTART
-
Transaction log
-
NO_CHECKSUM
-
NORECOVERY
Answer: F Explanation: References:
http://msdn.microsoft.com/en-us/library/ms186865.aspx http://msdn.microsoft.com/en-
us/library/microsoft.sqlserver.management.smo.backuprestorebase.continueaftererror.aspx
Question No: 2 DRAG DROP – (Topic 1)
You administer two Microsoft SQL Server 2012 servers named ServerA and ServerB. You use a database named AdventureWorks.
You need to prepare the AdventureWorks database for database mirroring. ServerB will act as the mirror in a mirroring partnership along with ServerA.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Question No: 3 – (Topic 1)
You administer a Microsoft SQL Server 2012 database that has Trustworthy set to On. You create a stored procedure that returns database-level information from Dynamic Management Views.
You grant User1 access to execute the stored procedure.
You need to ensure that the stored procedure returns the required information when User1 executes the stored procedure. You need to achieve this goal by granting the minimum permissions required.
What should you do? (Each correct answer presents a complete solution. Choose all that apply.)
-
Create a SQL Server login that has VIEW SERVER STATE permissions. Create an application role and a secured password for the role.
-
Modify the stored procedure to include the EXECUTE AS OWNER statement. Grant VIEW SERVER STATE permissions to the owner of the stored procedure.
-
Create a SQL Server login that has VIEW SERVER STATE permissions. Modify the stored procedure to include the EXECUTE AS {newlogin} statement.
-
Grant the db_owner role on the database to User1.
-
Grant the sysadmin role on the database to User1.
Answer: B,C Explanation:
According to these references, this answer looks correct.
References:
http://msdn.microsoft.com/en-us/library/ms187861.aspx http://msdn.microsoft.com/en-us/library/ms191291.aspx
Question No: 4 – (Topic 1)
You create an availability group named HaContoso that has replicas named Server01/HA, Server02/HA, and Server03/HA.
Currently, Server01l/HA is the primary replicA.
You need to ensure that the following requirements are met:
->Backup operations occur on Server02/HA.
->If Server02/HA is unavailable, backup operations occur on Server03/HA.
->Backup operations do not occur on Server01/HA.
How should you configure HaContoso?
A.
-
Set the backup preference of HaContoso to Prefer Secondary.
-
Set the backup priority of Server02/HA to 20.
-
Set the backup priority of Server03/HA to 10.
B.
-
Set the backup preference of HaContoso to Secondary only.
-
Set the backup priority of Server02/HA to 20.
-
Set the backup priority of Server03/HA to 10.
C.
-
Set the backup preference of HaContoso to Secondary only.
-
Set the backup priority of Server02/HA to 10.
-
Set the backup priority of Server03/HA to 20.
D.
-
Set the exclude replica of Server01/HA to true.
-
Set the backup priority of Server02/HA to 10.
-
Set the backup priority of Server03/HA to 20.
Answer: B
Reference:
http://msdn.microsoft.com/en-us/library/ff877884.aspx
Question No: 5 DRAG DROP – (Topic 1)
You administer a single Microsoft SQL Server instance on a two-node failover cluster that has nodes named Node A and Node B. The instance is currently running on Node A.
You want to patch both Node A and Node B by using the most recent SQL Server Service Pack.
You need to ensure that the following requirements are met:
->Both nodes receive the update.
->Downtime is minimized.
->No data is lost.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Question No: 6 – (Topic 1)
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.
What should you do?
-
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.
-
Use sp_configure to set a value for blocked process threshold. Create an extended event session.
-
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.
-
Run the sp_who command from a query window.
-
Run the DBCC TRACEON 1222 command from a query window and review the SQL Server event log.
Answer: E Explanation: References:
http://www.mssqltips.com/sqlservertip/2130/finding-sql-server-deadlocks-using-trace-flag- 1222/
http://msdn.microsoft.com/en-us/library/ms188396.aspx
Question No: 7 – (Topic 1)
You administer several Microsoft SQL Server 2012 database servers. Merge replication has been configured for an application that is distributed across offices throughout a wide area network (WAN).
Many of the tables involved in replication use the XML and varchar (max) data types. Occasionally, merge replication fails due to timeout errors.
You need to reduce the occurrence of these timeout errors.
What should you do?
-
Set the Merge agent on the problem subscribers to use the slow link agent profile.
-
Create a snapshot publication, and reconfigure the problem subscribers to use the snapshot publication.
-
Change the Merge agent on the problem subscribers to run continuously.
-
Set the Remote Connection Timeout on the Publisher to 0.
Answer: A
Explanation: Explanation/Reference:
When replication is configured, a set of agent profiles is installed on the Distributor. An agent profile contains a set of parameters that are used each time an agent runs: each agent logs in to the Distributor during its startup process and queries for the parameters in its profile.
For merge subscriptions that use Web synchronization, profiles are downloaded and stored at the Subscriber. If the profile is changed, the profile at the Subscriber is updated the next time the Merge Agent runs. For more information about Web synchronization, see Web Synchronization for Merge Replication.
Replication provides a default profile for each agent and additional predefined profiles for the
Log Reader Agent, Distribution Agent, and Merge Agent. In addition to the profiles provided, you can create profiles suited to your application requirements. An agent profile allows you to change key parameters easily for all agents associated with that profile. For example, if you have 20 Snapshot Agents and need to change the query timeout value (the
– QueryTimeout parameter), you can update the profile used by the Snapshot Agents and all agents of that type will begin using the new value automatically the next time they run.
You might also have different profiles for different instances of an agent. For example, a Merge Agent that connects to the Publisher and Distributor over a dialup connection could use a set of parameters that are better suited to the slower communications link by using the slow link profile.
Question No: 8 DRAG DROP – (Topic 1)
You administer three Microsoft SQL Server 2012 servers named ServerA, ServerB, and
ServerC.
ServerA is the acting principal and ServerB is the mirror.
You need to add ServerC as a witness to the existing mirroring session between ServerA and ServerB.
You need to achieve this goal without delaying synchronization.
Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Question No: 9 – (Topic 1)
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.
What should you do?
-
Use the SQL Server default instance and configure an affinity mask.
-
Install a new named SQL Server instance on the server.
-
Use the SQL Server default instance and enable Contained Databases.
-
Install a new default SQL Server instance on the server.
Answer: B
Question No: 10 DRAG DROP – (Topic 1)
You administer a Microsoft SQL Server 2012 server.
A variety of issues occur from time to time in the production environment. You need to identify the appropriate tool for each issue.
Which tool or tools should you use? (To answer, drag the appropriate tool or tools to the correct issue or issues in the answer area. Each tool may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Answer:
100% Dumps4cert Free Download!
–Download Free Demo:70-466 Demo PDF
100% Dumps4cert Free Guaranteed!
–70-466 DumpsDumps4cert ExamCollection Testking Lowest Price Guarantee Yes No No Up-to-Dated Yes No No Real Questions Yes No No Explanation Yes No No PDF VCE Yes No No Free VCE Simulator Yes No No Instant Download Yes No No HOT EXAM!100-105 Dumps VCE PDF
200-105 Dumps VCE PDF
300-101 Dumps VCE PDF
300-115 Dumps VCE PDF
300-135 Dumps VCE PDF
300-320 Dumps VCE PDF
400-101 Dumps VCE PDF
640-911 Dumps VCE PDF
640-916 Dumps VCE PDF
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF
220-901 Dumps VCE PDF
220-902 Dumps VCE PDF
N10-006 Dumps VCE PDF
SY0-401 Dumps VCE PDF -