You are developing a SQL Server Reporting Services (SSRS) report for a company that has a subscription to a dataset from the Microsoft Azure Data Market.The dataset permits flexible queries.You need to choose the connection type for the data source.Which connection type should you choose?
You are designing a SQL Server Reporting Services (SSRS) report.The report defines a single SQL Server data source and dataset.You need to include additional data sourced from a Microsoft Azure SQL Database in the report.What should you do?
You are developing a new SQL Server Reporting Services (SSRS) report in SQL Server Data Tools (SSDT). This report has a table named Table1 and a textbox named Textbox1.Table1 is initially visible but the user must be able to choose when to hide it.You need to develop the report to meet the requirement.What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
You are developing a new SQL Server Reporting Services (SSRS) report in SQL Server Data Tools (SSDT).The report must define a report parameter to prompt the user for the business unit. Each business unit has a unique font scheme combination of font and size properties.You need to ensure that all of the text boxes in the table headers use the correct business unit font properties.What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
You install SQL Server Reporting Services (SSRS).You need to restore a copy of the symmetric key.Which command should you run?
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.