70-466 · Question #59
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 SQL Server database
The correct answer is B. Create a SQL Azure data source and then add a dataset that uses the new data source.. To include data from a different database in an SSRS report, you must create a new data source of the appropriate type and then add a dataset referencing it.
Question
Options
- ACreate a SQL Azure dataset that uses the existing data source.
- BCreate a SQL Azure data source and then add a dataset that uses the new data source.
- CCreate a SQL Server data source and then add a dataset that uses the new data source.
- DGenerate an Atom-compliant data feed for the report.
How the community answered
(46 responses)- A2% (1)
- B93% (43)
- C4% (2)
Why each option
To include data from a different database in an SSRS report, you must create a new data source of the appropriate type and then add a dataset referencing it.
A SQL Azure dataset cannot use a SQL Server data source because the connection types and authentication mechanisms are incompatible.
When the additional data resides in an Azure SQL (SQL Azure) database, you must create a new SQL Azure data source with its own connection string and credentials, since the existing SQL Server data source targets a different server or instance. Once the new data source is defined, you create a dataset that references it to retrieve the additional data. Reusing the existing data source is not possible when the connection target differs.
A standard SQL Server data source type is not the correct choice for connecting to an Azure SQL (SQL Azure) database, which requires its own data source type.
An Atom-compliant data feed is an output format for exporting report data, not a mechanism for consuming additional database data within a report.
Concept tested: SSRS adding additional data sources and datasets
Source: https://learn.microsoft.com/en-us/sql/reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs
Topics
Community Discussion
No community discussion yet for this question.