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 database
in the report.
What should you do?
A.
Create a SQL Server data source and then add a dataset that uses the new data source.
B.
Create a Microsoft Azure SQL Database data source and then add a dataset that uses
the new data source.
C.
Generate an Atom-compliant data feed for the report.
D.
Create a Microsoft Azure SQL Database dataset that uses the existing data source.
According to this:
https://msdn.microsoft.com/en-us/library/ms159219.aspx
the answer is B:
SQL Database
Windows Azure SQL Database
Built-in Reporting Services data processing extension
Extends System.Data.SqlClient
B is the answer correct!
B
B
Atom feed is a way to export data from a report, so it can be later consumed by another application
https://msdn.microsoft.com/pl-pl/library/ff519563(v=sql.110).aspx
B