InterviewSolution
| 1. |
Explain the architecture of SQL Server Reporting Services (SSRS). |
|
Answer» The architecture of SQL SERVER Reporting SERVICES (SSRS) consists of the FOLLOWING components:-
Working of SQL Server Reporting Services: Any data source, such as Oracle, MySQL, SQL Server, and so on, can be used. Any of these data sources can be linked to Microsoft SQL Server. The data retrieval and rendering processes begin after the data sources are connected to the SQL Server. The process of filtering and evaluating data in order to meet the requirements is known as rendering. Processing of reports: Rendering is followed by report processing. The process of publishing, filtering, and amending EXISTING reports is known as report processing. Web service interfaces in XML: When you publish a report, it is automatically published to the website via the XML web service interface. SQL Server includes security, scheduling, and delivery. |
|