70-764 Administering a SQL Database Infrastructure

Loading demo links...

Showing 1–3 of 20 questions

Question 1

DRAG DROP

You have a SQL Azure database named Database1.

You need to design the schema for a table named table1.

Table1 will have less than one million rows.

Table1 will contain the following information for each row:

The solution must minimize the amount of space used to store each row.

Which data types should you recommend for each column? To answer, drag the appropriate data type to the correct column in the answer area.

Select and Place:

Answer is in the explanation below.

Question 2

DRAG DROP

Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

You maintain a Microsoft SQL Server instance that contains the following databases SalesDb1, SalesDb2, and SalesDb3. Each database has tables named Products and Sales. The following table shows the configuration of each database.

The backup strategies for each database are described in the following table.

Each full or differential backup operation writes into a new file and uses a different sequence number. You observe the following database corruption issues.

SalesDb3 reports a number of database corruption issues related to error 823 and 824 when reading data pages. You must display the following information about the corrupted pages:

database name

impacted file id

impacted file physical name impacted page id

event type that identifies the error type error count

Users report performance issues when they run queries against SalesDb2. You plan to monitor query statistics and execution plans for SalesDb2 by using Query Store. The monitoring strategy must meet the following requirements:

Perform automatic data cleanup when query store disk usage reaches 500 megabyte (MB).

Capture queries based on resource consumption. Use a stale query threshold value of 60 days.

The query optimizer generates suboptimal execution plans for a number of queries on the Sales table in SalesDb2. You will create a maintenance plan that updates statistics for the table. The plan should only update statistics that were automatically created and have not been updated for 30 days. The update should be based on all data in the table.

You need to view the information about the corrupted pages on SalesDb3.

How should you complete the Transact-SQL statement? To answer, drag the appropriate Transact-SQL segments to the correct locations. Each Transact-SQL segment 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.

Select and Place:

Answer is in the explanation below.

Question 3

HOTSPOT

A company has an on-premises Microsoft SQL Server environment and Microsoft Azure SQL Database instances. The environment hosts several customer databases.

You configure instances for a specific customer as an Always On Availability Group. The primary replica is located on-premises and the secondary replica is in Azure.

You need to configure the availability group for planned manual failovers and forced failovers.

In the table below, identify the failover mode that you must use for each failover type.

NOTE: Make only one selection in each column.

Hot Area:

Answer is in the explanation below.