Question 1 🔥
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You need to collect data from the following two sources:✑ The performance counters of the operating system✑ Microsoft SQL Server eventsYou must analyze the two datasets side-by side by using a single tool.Solution: You use SQL Server Profiler and SQL Server Extended Events to collect performance data. You use SQL Server Profiler to analyze the data.Does this meet the goal?
Question 2 🔥
HOTSPOT -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 have a database named Sales that contains the following database tables: Customer, Order, and Products. The Products table and the Order table are shown in the following diagram.The customer table includes a column that stores the data for the last order that the customer placed.You plan to create a table named Leads. The Leads table is expected to contain approximately 20,000 records. Storage requirements for the Leads table must be minimized.You need to implement a stored procedure that deletes a discontinued product from the Products table. You identify the following requirements:✑ If an open order includes a discontinued product, the records for the product must not be deleted.✑ The stored procedure must return a custom error message if a product record cannot be deleted. The message must identify the OrderID for the open order.What should you do? To answer, select the appropriate Transact-SQL segments in the answer area.Hot Area:
Question 3 🔥
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You need to collect data from the following two sources:✑ The performance counters of the operating system✑ Microsoft SQL Server eventsYou must analyze the two datasets side-by side by using a single tool.Solution: You use dynamic management views and SQL Server Profiler to collect performance data. You use SQL Server Management Studio (SSMS) to analyze the data.Does this meet the goal?
Question 4 🔥
HOTSPOT -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 have a database named Sales that contains the following database tables: Customer, Order, and Products. The Products table and the Order table are shown in the following diagram.The customer table includes a column that stores the data for the last order that the customer placed.You plan to create a table named Leads. The Leads table is expected to contain approximately 20,000 records. Storage requirements for the Leads table must be minimized.You need to create triggers that meet the following requirements:✑ Optimize the performance and data integrity of the tables.✑ Provide a custom error if a user attempts to create an order for a customer that does not exist.✑ In the Customers table, update the value for the last order placed.✑ Complete all actions as part of the original transaction.In the table below, identify the trigger types that meet the requirements.NOTE: Make only selection in each column. Each correct selection is worth one point.Hot Area:
Question 5 🔥
HOTSPOT -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 have a database named Sales that contains the following database tables: Customer, Order, and Products. The Products table and the Order table are shown in the following diagram.The customer table includes a column that stores the data for the last order that the customer placed.You plan to create a table named Leads. The Leads table is expected to contain approximately 20,000 records. Storage requirements for the Leads table must be minimized.The Leads table must include the columns described in the following table.The data types chosen must consume the least amount of storage possible.You need to select the appropriate data types for the Leads table.In the table below, identify the data type that must be used for each table column.NOTE: Make only one selection in each column.Hot Area:
Question 6 🔥
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 have a database named Sales that contains the following database tables: Customer, Order, and Products. The Products table and the Order table are shown in the following diagram.The customer table includes a column that stores the data for the last order that the customer placed.You plan to create a table named Leads. The Leads table is expected to contain approximately 20,000 records. Storage requirements for the Leads table must be minimized.Changes to the price of any product must be less a 25 percent increase from the current price. The shipping department must be notified about order and shipping details when an order is entered into the database.You need to implement the appropriate table objects.Which object should you use for each table? To answer, drag the appropriate objects to the correct tables. Each object 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: