Pages

Showing posts with label SSRS. Show all posts
Showing posts with label SSRS. Show all posts

SSRS Data Driven Subscriptions - Part 3 (Using SSIS with SSRS)

In the previous post, I shows the steps of configuring data driven subscription on the product listing report. However, the data driven subscription feature is only available on SQL Server Business Intelligence and Enterprise edition. In this post, we utilizes SQL Server Integration Service (SSIS) to render SSRS reports and send out email notification based on an external data source.

SSRS Data Driven Subscriptions - Part 2

In previous post, we have created tables with data, and designed and deployed the report to report server. This post will show the steps to configure data driven subscription.

SSRS Data Driven Subscriptions - Part 1

SQL Server Reporting Services provides data driven subscription to use dynamics subscription data to distribute reports. Dynamics subscription data is retrieved based on predefined criteria from external data source at run time.