Which code segment should you use?
You are creating a table to support an application that will cache data outside of SQL Server.
The application will detect whether cached values were changed before it updates the values.
You need to create the table, and then verify that you can insert a row into the table.
Which code segment should you use?
You need to implement a solution that meets the requirements
You are developing a SQL Server Analysis Services (SSAS) tabular project. The model
includes a table named Sales. The Sales table includes a single date column.
The Sales table must meet the following requirements:
Queries must be able to return all rows.
Must be able to support four different processing schedules for different date ranges.
Date ranges must not include any overlapping data.
You need to implement a solution that meets the requirements.
What should you do?
You need to ensure that User1 can run sp1
Your company has a SQL Azure subscription.
You implement a database named Database1. Database1 has two tables named Table1 and
Table2.
You create a stored procedure named sp1. Sp1 reads data from Table1 and inserts data into
Table2.
A user named User1 informs you that he is unable to run sp1.
You verify that User1 has the SELECT permission on Table1 and Table2.
You need to ensure that User1 can run sp1. The solution must minimize the number of
permissions assigned to User1.
What should you do?
Which permission should you use?
You are administrating a SQL Server Analysis Services (SSAS) tabular database.
You need to create a new role that allows its members to query data and to refresh data in
the model.
Which permission should you use? (More than one answer choice may achieve the goal.
Select the BEST answer.)
You need to reduce the amount of time it takes to execute the query
Which code segment should you execute?
DRAG DROP
You run the following code segment:
After you add 10,000 rows to Customers, you discover that the index is fragmented.
You need to defragment the index in the least amount of time.
Which code segment should you execute?
To answer, drag the appropriate value to the correct location in the code segment in the
answer area. (Answer choices may be used once, more than once, or not at all.)
How should you write the calculation?
You are developing a SQL Server Analysis Services (SSAS) tabular project.
A column named City must be added to the table named Customer. The column will be used
in the definition of a hierarchy. The City column exists in the Geography table that is related
to the Customer table.
You need to add the City column to the Customer table.
How should you write the calculation?
You need to recommend a solution to reduce the amount of time it takes to execute the query
You have a table named Rooms that contains three columns.
You execute the following query:
You discover the execution plan shown in the exhibit. (Click the Exhibit button.)
You need to recommend a solution to reduce the amount of time it takes to execute the query.
What should you do?
More than one answer choice may achieve the goal. Select the BEST answer.
Which processing mode should you use?
You are managing a SQL Server Analysis Services (SSAS) tabular database.
The database must meet the following requirements:
The processing must load data into partitions or tables.
The processing must not rebuild hierarchies or relationships.
The processing must not recalculate calculated columns.
You need to implement a processing strategy for the database to meet the requirements.
Which processing mode should you use?
What should you implement?
You have a database named database1.
Database developers report that there are many deadlocks.
You need to implement a solution to monitor the deadlocks. The solution must meet the
following requirements:
Support real-time monitoring.
Be enabled and disabled easily.
Support querying of the monitored data.
What should you implement?
More than one answer choice may achieve the goal. Select the BEST answer.