What should you do?
You are developing a SQL Server Analysis Services (SSAS) multidimensional project. A fact table is related to a dimension table named DimScenario by a column named ScenarioKey. The dimension table contains three rows for...
You are developing a SQL Server Analysis Services (SSAS) multidimensional project. A fact table is related to a dimension table named DimScenario by a column named ScenarioKey. The dimension table contains three rows for...
You need to create the hierarchy in the AdhocReports project. What should you do?A . Multi-select all of the columns, right-click the columns, and then click the Create Hierarchy command.B . Use the RELATEDTABLE()...
You have a SQL Server Reporting Services (SSRS) instance. The instance has a report that displays 3 million records. Users report that they experience performance issues when they use the report. You need to...
You need to configure SSRS to meet the maximum number of snapshots requirement. What should you do? (Each answer presents a complete solution. Choose all that apply.)A . In SharePoint Central Administration, set the...
DRAG DROP You are developing a SQL Server Analysis Services (SSAS) multidimensional project. You identify that a dimension, which has a large number of attributes, is issuing a separate (SELECT DISTINCT) query for each...
You need to modify the Sales cube to support the planning requirements. Which SSAS feature should you use?A . A KPIB . A translationC . A perspectiveD . A writeback partitionView AnswerAnswer: D
DRAG DROP You manage a SQL Server Reporting Services (SSRS) instance in native mode. You are building a shared dataset for your weekly performance reports. The shared dataset uses a data source that is...
DRAG DROP You install a SQL Server Analysis Services (SSAS) instance in tabular mode on a server. While processing a very large tabular model, you receive an out-of-memory error. You identify that the amount...
You install SQL Server Reporting Services (SSRS). You need to restore a copy of the symmetric key. Which command should you run?A . rskeymgmt -dB . rskeymgmt -e -f %temp%rs.key -p Password1C . rskeymgmt...
You need to create the KPI in the AdhocReports project in time for the next production release cycle. What should you do?A . Create a measure by using the COUNT([OrderQuantity]) expression and create a...