• No results found

AVAILABILITY_MODE = ASYNCHRONOUS_COMMIT, FAILOVER_MODE = MANUAL

In document 70-462 (Page 79-83)

Aoswern E Question

D. AVAILABILITY_MODE = ASYNCHRONOUS_COMMIT, FAILOVER_MODE = MANUAL

SECONDARY_ROLE ( ALLOW_CONNECTIONS = YES, READ_ONLY_ROUTING_URL = 'TCP:::SecondaryServer:1433')

Aoswern D

Question 120

DRAG DROP

You are a database administrator for a Microsof SQL Server 2012 environment that contains two SQL Server instances named Server01 and Server02. The Contoso database is located on Server01. Throunh database mirrorinn, a copy of the Contoso database is on Server02.

Durinn the last manual failover of database mirrorinn, the recovery took lonner than usual.

You need to determine where the synchronizaton botleneck is for the database mirrorinn topolony.

Which performance counter or counters should you use for each server? (To answer, dran the appropriate performance counter or counters to their correspondinn server or servers in the answer area. Answer choices may be used once, more than once, or not at all. Answer tarnets may be used once or not at all. Additonally, you may need to dran the split bar between panes or scroll to view content.)

Aoswern

Question 121

You administer two Microsof SQL Server 2012 servers named ProdSrv1 and ProdSrv2. ProdSrv1 is confnured as a Distributor. Both servers are confnured to use the Windows NT Service virtual accounts for all SQL Services.

You are confnurinn snapshot replicaton from ProdSrv1 to ProdSrv2 by usinn ProdSrv2 as a pull subscriber. The distributon anent on ProdSrv2 renularly fails, displayinn the followinn error messane:

"Cannot access the fle. Operatnn system error code 5 (Access is denied.)."

You need to confnure the distributon anent by nrantnn only the minimum required access to all accounts. What should you do?

A. Confnure the Subscriber to use the Local System account.

SQL Server Anent service account.

C. Confnure the SQL Server Anent service to run under a Windows domain account. Confnure the Subscriber to use the SQL Server Anent service account. Grant FULL CONTROL access for the domain account to the ReplData share on ProdSrv1.

D. Confnure the Subscriber to use a Windows domain account. Grant READ access for the domain account to the ReplData share on ProdSrv1.

Aoswern D

Question 122

You are a database administrator for a Microsof SQL Server 2012 environment.

You want to deploy a new applicaton that will scale out the workload to at least fve diferent SQL Server instances. You need to ensure that for each copy of the database, users are able to read and write data that will then be synchronized between all of the database instances.

Which feature should you use? A. Database Mirrorinn B. Peer-to-Peer Replicaton C. Lon Shippinn D. Availability Groups

Aoswern B

Question 123

You administer a Microsof SQL Server 2012 instance that has multple databases. You have a two-node SQL Server failover cluster. The cluster uses a storane area network (SAN).

You discover I:O issues. The SAN is at capacity and additonal disks cannot be added. You need to reduce the I:O workload on the SAN at a minimal cost.

What should you do?

A. Move user databases to a local disk. B. Expand the tempdb data and lon fles

C. Modify applicaton code to use table variables D. Move the tempdb fles to a local disk

Aoswern D

Question 124

You administer a Microsof SQL Server 2012 database that includes a table named Applicaton.Events. Applicaton.Events contains millions of records about user actvity in an applicaton.

Records in Applicaton.Events that are more than 90 days old are purned ninhtly. When records are purned, table locks are causinn contenton with inserts.

You need to be able to modify Applicaton.Events without requirinn any channes to the applicatons that utlize Applicaton.Events.

A. Parttoned tables B. Online index rebuild C. Channe data capture D. Channe trackinn

Aoswern A

Question 125

DRAG DROP

You administer a Microsof SQL Server 2012 instance. An applicaton executes a larne volume of dynamic queries.

You need to reduce the amount of memory used for cached query plans.

What should you do? (To answer, move the appropriate statements from the list of statements to the answer area and arranne them in the correct order.)

Aoswern

Box 1: Box 2: Box 3: Note:

* SQL SERVER – 2008 – Optmize for Ad hoc Workloads – Advance Performance Optmizaton

Every batch (T-SQL, SP etc) when ran creates executon plan which is stored in system for re-use. Due to this reason a larne number of query plans are stored in system. However, there are plenty of plans which are only used once and have never re-used anain. One tme ran batch plans wastes memory and resources.

* Let us now enable the opton of optmizinn ad hoc workload. This feature is available in all the versions of SQL Server 2008.

sp_CONFIGURE 'show advanced optons',1 RECONFIGURE

GO

sp_CONFIGURE ‘optmize for ad hoc workloads’,1 RECONFIGURE

GO

Question 126

HOTSPOT

You administer a Microsof SQL Server 2012 database instance. The instance is runninn on a server with the followinn confnuraton: 1TB RAM

SAN storane for database and lon fles 4 quad-core processors

64-Bit Windows 2008R2 operatnn system

This instance hosts a database with larne parttoned tables. Users report that complex queries are takinn a lonn tme to complete.

While troubleshootnn, you discover that CPU utlizaton is low (less than 20 percent), disk actvity is low (litle or no waitnn processes), and no sinnifcant blockinn is occurrinn.

You need to ensure that the instance can process queries as quickly and efciently as possible. Which seenn should you confnure?

Question 127

You administer a Microsof SQL Server 2012 environment. One of the SQL Server 2012 instances contains a database named Sales.

You plan to minrate Sales to Windows Azure SQL Database. To do so, you need to implement a contained database.

What should you do? (Each correct answer presents part of the soluton. Choose all that apply.) A. Set database containment to AZURE.

B. Enable server property contained database authentcaton. C. Disable server property cross db ownership chaininn. D. Set database containment to PARTIAL.

E. Disable server property contained database authentcaton. F. Set database containment to FULL.

Aoswern B, D

In document 70-462 (Page 79-83)

Related documents