by The CRM Chap | Jan 26, 2020 | Dynamics 365, Dynamics CRM, Identity, Microsoft Azure, Microsoft Dataverse, Power Platform, SSIS
OAuth authentication, especially involving the Common Data Service or Dynamics 365, is a subject you may not grasp fully the first time around. The technical setup required can be tricky to understand or even implement at all, meaning you find yourself dealing with error codes such as AADSTS65001.
by The CRM Chap | Aug 5, 2018 | SQL Server, SSIS
SQL Server Integration Services (SSIS) package execution can always throw up a few spanners, particularly when it comes to the task of deploying packages out to a SQL Server SSISDB catalog - principally, a specialised database for the storage of .dtsx packages, execution settings and other handy profile info to assist with automation. Problems can [...]
by The CRM Chap | Feb 4, 2018 | SQL Server, SSIS
If you are looking at automating the execution of SQL Server Integration Services .dtsx packages, then there are a few options at your disposal. The recommended and most streamlined route is to utilise the SSIDB catalog and deploy your packages to the catalog from within Visual Studio. This gives you additional flexibility if, when working [...]
by The CRM Chap | Oct 22, 2017 | SQL Server, SSIS
Perhaps one of the most fiendish aspects of working with SQL Server Integration Services (SSIS) is the inevitable data transformation/conversion issues that get thrown up, even as part of relatively simplistic Extract, Transform & Load (ETL) packages. It doesn't help as well if, having come from a strictly T-SQL focused background, you are then having [...]
Recent Comments