Pages

Showing posts with label SSIS. Show all posts
Showing posts with label SSIS. Show all posts

Execute SSIS remotely - PowerShell

Since SQL Server 2012, Microsoft introduce a new way of interacting and storing SSIS package. SSIS packages are frequently executed in scheduling format often through SQL Server agent jobs. Today blog post will be focusing on remotely calling SSIS package stored in this new SSISDB Catalog.

SSIS Connection Manager Properties

The SSIS packages stored in SSIS Catalog (introduced in SQL Server 2012, and also SQL Server 2014) allow configuration changes made on the project or the package connection managers, depending how the connection was setup. It is important to have a good understanding of how the values in these properties are being used.

SQL Server 2012 Integration Service Catalogs Installation and Deployment

In previous post, we discussed of using integration service (SSIS) to render report in report server (SSRS) via report server web service to send out email with similar idea as data driven subscription. This post will be discussing the deployment of the SSIS project to the SQL Server 2012 new SSIS Catalog and some of its features.

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.