Coming Soon: SSIS Catalog Compare Updates

I spent a lot of time this year writing and managing a book project. I will blog about that later, I promise. While I enjoy writing it really cuts into my play time. What do I do when I play? I write software. This weekend I cracked open the code for SSIS Catalog Compare and …
Continue reading Coming Soon: SSIS Catalog Compare Updates

A Basic SSIS Catalog Dashboard in Power BI

Announcing the latest addition to the DILM Suite: Basic SSIS Catalog Dashboard in Power BI! This free download includes a T-SQL script to create a view in the SSIS Catalog database (SSISDB) and a Power BI template for viewing SSIS Catalog executions by Year, Month, Folder, Project, Package, and/or Execution Status. The Basic SSIS Catalog Dashboard …
Continue reading A Basic SSIS Catalog Dashboard in Power BI

Please Change the Color of the SSIS Progress Tab “Finished” Icon

I’m tuning SSIS for better performance for a large client. The SSIS package I’m working with runs for over an hour and generates thousands of entries on the Progress / Execution Results tab. I wrote a small demo package, executed it, and show the results here to demonstrate: Why is the Finished icon red? This …
Continue reading Please Change the Color of the SSIS Progress Tab “Finished” Icon

Updates to Integration Services Deployment Wizard

I’m doing a little writing and I noticed something different about the Integration Services Deployment Wizard. Specifically, the Select Destination page now looks like this: The Authentication dropdown – along with the User name and Password textboxes – are recent additions. I’m not sure if they’re part of the SSMS 17.2 installation or one of …
Continue reading Updates to Integration Services Deployment Wizard

IESSIS1: Immersion Event on Learning SQL Server Integration Services – Chicago, 2-6 Oct 2017!

I am honored to once again deliver Immersion Event on Learning SQL Server Integration Services (IESSIS1) in Chicago with SQLSkills 2-6 Oct 2017! You can find additional details here. Click here to register! Here’s what I’ll be covering: Module 1: Introduction In the introduction we share information about the instructor, course flow, and content, and gather …
Continue reading IESSIS1: Immersion Event on Learning SQL Server Integration Services – Chicago, 2-6 Oct 2017!

Deploying SSIS Projects to a Restored SSIS Catalog (SSISDB)

This post was originally shared on SQLBlog. You’re coding away with SSIS, happy as a clam, and it’s now time to deploy your hard work to an instance of the SSIS Catalog. If you’re in Visual Studio, you right-click the project name in Solution Explorer and click Deploy. If you’ve been given an ISPAC file, …
Continue reading Deploying SSIS Projects to a Restored SSIS Catalog (SSISDB)