Which set expression should you use?
DRAG DROP
A SQL Server Analysis Services (SSAS) cube named Sales includes a dimension named
Date that defines a hierarchy named Calendar. The Calendar hierarchy consists of Year,
Quarter, and Month levels. The Type properties of the Date dimension and its attributes are
appropriately configured to mark the dimension as a time dimension.
You are creating a Multidimensional Expressions (MDX) query that will return sales for each
month of 2011 and a three-month moving average of sales (labeled 3MMA), as shown in the
following diagram.
You need to complete the MDX query.
Which set expression should you use? To answer, drag the appropriate expression to the answer area.
You need to meet the requirements
DRAG DROP
You are developing packages in a SQL Server Integration Services (SSIS) project to load a
data warehouse.
You are designing a method for configuring the packages’ connections when deployed to a
production SSIS catalog. All packages load data from two source databases.
Two packages also load data from a third source database. Another SSIS project will use
the same connections.
You need to meet the requirements.
What should you do?
To answer, drag the appropriate term or terms to the correct location or locations in the
answer area. (Each term may be used once, more than once, or not at all.)
You need to set the color of the vineyard text to red, yellow, or blue, depending on the value of the YTD grap
You are designing a SQL Server Reporting Services (SSRS) report to display vineyard
names and their year-to-date (YTDJ grape yield.
Grape yield values are classified in three bands:
High Yield
Medium Yield
Low Yield
You add a table to the report. Then you define two columns based on the fields named
VineyardName and YTDGrapeYield
You need to set the color of the vineyard text to red, yellow, or blue, depending on the value
of the YTD grape yield values.
What should you do?
What should you create?
You have a table named Table1 that stores customer data.
Each customer has a credit limit that can only be discovered by querying multiple tables.
You need to ensure that the value of the credit limit is returned by executing a query on
Table1.
What should you create?
You need to create an updated package as quickly and accurately as possible
The IT department is currently upgrading all SQL Server Integration Services (SSIS)
packages to SSIS 2012.
The final version of a complex SSIS 2005 package has been overwritten. Four prior versions
of the package exist. Each of the prior versions contains a different part of the final solution.
You have backups of all associated project files.
You need to create an updated package as quickly and accurately as possible.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
You need to develop the report to meet the requirements
A large manufacturing company has manufacturing plants in many states. Each state has a
dedicated SQL Server instance that stores its manufacturing data. Each SQL Server
instance is configured identically and all instances have identical database structures.
You are developing a daily report that summarizes information on manufacturing activity.
The report has the following requirements:
It must have a stale name as one of the report parameters.
It must provide a daily summary of manufacturing activity of a selected state.
It must require minimal development and maintenance effort.
You need to develop the report to meet the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)
Which code segment should you use to create the table?
You are creating a stored procedure named usp1. Usp1 will create a table that will be used
during the execution of usp1. Only usp1 will be allowed to access the table.
You need to write the code required to create the table for usp1. The solution must minimize
the need to recompile the stored procedure.
Which code segment should you use to create the table?
Which properties should you configure?
HOTSPOT
You administer a SQL Server Analysis Services (SSAS) cube.
You plan to optimize the cube partitions by using usage-based optimization.
You need to configure the SSAS instance.
Which properties should you configure? To answer, select the appropriate properties in the
dialog box in the answer area.
Which Row Group option should you select when you add the group?
You are creating a new report in SQL Server Report Builder. You add a Microsoft Azure SQL
Database data source. Then you add a dataset that has four fields named Year. Country,
Category, and Sales.
You must design a matrix as shown in the following table.
The category rows (the first three rows as shown in the diagram) must present total sales
amount by category. The country rows {the next six rows as shown in the diagram) must
present total sales amount by country. The total row must present the total sales for each
year.
You add a matrix to the report. You add a grouping of the Category field on the rows and a
grouping of the Year field on the columns.
You need to add the countries on the rows of the matrix.
Which Row Group option should you select when you add the group?
Which T-SQL command should you recommend?
You plan to modify a stored procedure to use temporary data.
The stored procedure must meet the following requirements:
Favor physical memory when physical memory is available.
Be able to roll back changes to the temporary data.
You need to recommend which object to add to the stored procedure.
Which T-SQL command should you recommend?