Power Query Source (Preview)
CaseYes new SSIS functionality! In a previous post I had almost written it off, but Microsoft just introduced the SSIS source that we where all waiting for: The PowerQuery source. How does it work?SSIS...
View ArticleStopping an Integration runtime that is already stopping
CaseMy integration runtime is stopping, but it takes already more than an hour and I see errors in the ADF monitor: Error 1: Last operation 'Stop' get the status 'Failed'. Error Code:...
View ArticleAzure DevOps - Build SSIS project (CI)
CaseI have my SSIS project in Git (Azure Repos Git) and I want to build my project in Azure DevOps. How do I add Continuous Integration (CI) for my SSIS project?DevOps - Build pipelineSolutionFor this...
View ArticleGIT Snack: missing buttons in Team Explorer
CaseI can commit and sync, but where are the GIT buttons Pull Request, Work Items and Builds in my Visual Studio's Team Explorer?Missing 3 Git buttons: Pull Request, Work Items and BuildsSolutionYou...
View ArticleAzure DevOps - Deploy SSIS project (CD)
CaseRecently you showed how to build an SSIS project in DevOps, but how do you deploy an SSIS project within DevOps.Release SSIS in DevOpsSolutionThere are no out of the box tasks yet, but there are a...
View ArticleAzure DevOps - New Microsoft SSIS Build task
SolutionUntil now we needed Third Party tasks or PowerShell (with NuGet) to build an SSIS project in DevOps. Now Microsoft finally released its own SSIS DevOps tasks. How does it work?Four tasks that...
View ArticleAzure DevOps - New Microsoft SSIS Deploy task
CaseUntil now we needed Third Party tasks or PowerShell to deploy an SSIS project in DevOps. Now Microsoft finally released its own SSIS DevOps tasks. How does it work?Replace PowerShell code with...
View ArticleFixed IP addresses for ADF Integration Runtimes
CaseI want to give my Integration Runtime access to my sources via a firewall rule and block other machines or services. How do I arrange that?Firewall exceptions for SSIS IRSolutionGood news!...
View ArticleStart and Stop SSIS Integration Runtimes with ADF only
CaseI want to stop and start my SSIS Integration Runtime from within my Azure Data Factory pipeline, but I don't want write any code or use other Azure services like Azure Automation or Azure Logic...
View Article