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 ensure that the report renders as quickly as possible.Which two actions should you perform? Each correct answer presents part of the solution.
You are working with a SQL Server Reporting Services (SSRS) instance in native mode. An item role named Reports Writer is present on the server.The Reports Writer role cannot view and modify report caching parameters.You need to ensure that the Reports Writer role can view and modify report caching parameters.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 the following scenarios:✑ Actual✑ Budget Q1✑ Budget Q3You need to create a dimension to allow users to view and compare data by scenario.What should you do?
You are developing a SQL Server Analysis Services (SSAS) cube.The data warehouse has a table named FactStock that is used to track movements of stock. A column named MovementQuantity contains quantities of stock. A positive quantity is used for input and negative quantity is used for output. A column named Movement Date is related to the time dimension. The quantity in stock, at a given point in time, can be evaluated as the sum of all MovementQuantity values at that point in time.You need to create a measure that calculates the quantity in stock value.What should you do?
You are designing a SQL Server Analysis Services (SSAS) cube.You need to create a measure to count unique customers.What should you do?
You are creating a table named Orders. You need to ensure that every time a new row is added to the Orders table, a user-defined function is called to validate the row before the row is added to the table.What should you use? More than one answer choice may achieve the goal. Select the BEST answer.