I did a thing – actually a couple things – that I’ve been dreaming about for a while.
In a couple recent blog posts – SSIS Catalog Compare Enterprise Generates SCCPAC Files and Azure DevOps, Software Development, and Git Part 4 – Command-Line with Azure DevOps – I walked through one way to source-control the contents of an SSIS Catalog in Azure DevOps.
In SSIS Catalog Compare Enterprise Generates SCCPAC Files I demonstrated how to use SSIS Catalog Compare Enterprise Edition to generate SCCPAC files, which are zip files that contain all the scripted artifacts from an SSIS Catalog folder (T-SQL script files and ISPAC files). I decided to land my SCCPAC files in git local repository folder.
In Azure DevOps, Software Development, and Git Part 4 – Command-Line with Azure DevOps I showed how to connect this same local git repository folder to Azure DevOps.
My dream? Source control the contents of an SSIS Catalog in Azure DevOps.
:{>
Comments