Connect to Your Azure SQL Instance in SSIS ETL Process Using Modern Authentication
This blog post will walk you through various methods we have implemented for working with OAuth in our Premium SQL Server components, providing secure access for applications and users.
Introducing Firestore NoSQL Component for Handling Complex Data Structures
Firestore is a popular NoSQL database and offers some advantages over traditional relational database models. With its scalability, querying, and indexing capability, complex data structure can be easily handled for real-time business requirements. KingswaySoft offers Firestore components to connect, read, and write to it. In this blog post, we will delve into such a scenario for handling the data.
Silent Installation for KingswaySoft Toolkits
Msiexec allows you to install MSI files silently without user interaction, which can be useful for deploying KingswaySoft's SSIS Integration components. In this blog post, we'll cover how to use this feature with our toolkits, to enable unattended installations in your environment, making automated deployments and installations more efficient.
Extracting Information with Ease Using KingswaySoft JSON/XML Extract Task
In your ETL integration development, you might run into a situation where you need to obtain some information from a JSON or XML file served by an HTTP service endpoint via either SOAP or REST framework. Without a proper strategy, this process design can impose some interesting challenges. In this blog post, we will showcase how to use our HTTP Requester Task and JSON Extract Task to accomplish this with ease.
Build a More Resilient Message Queue Processing Flow Using KingswaySoft
Message queues are pivotal when it comes to communicating within a system or between multiple systems. It allows different parts of a system to communicate and process operations asynchronously. A message queue provides a lightweight buffer that temporarily stores messages and endpoints, which allow client components to connect to the queue and send and receive messages. KingswaySoft has various message queue components and control flow tasks that can be used in your integration workflow. Today, we will be looking into a specific constraint that queues could cause with higher volumes of messages, and how these can easily be handled within SSIS with KingswaySoft.
Automate Exporting and Emailing Power BI Reports with KingswaySoft
Power BI reports are a great way to get quick and detailed snapshots of data sources. In this blog post, we will discuss how to export reports in your preferred offline format (such as PDF) and send them to any email address required, all within a single data flow. Additionally, you will be able to dynamically set how frequently to send the report and to add or remove recipients receiving this email.
Parsing Through Hybrid API Responses Using KingswaySoft
APIs are typically based on either SOAP (XML) or REST (JSON) service calls. However, there are cases where you might receive an XML snippet from a REST service endpoint that primarily serves a JSON document. In such situations, you need a proper strategy for working with the embedded XML snippet. In this blog post, we will show you how this can be achieved effectively.
Effective Use of KingswaySoft Email Destination to Send Emails with Attachments
Sending emails is a common scenario in integrations, whether for logging a process status, sending a periodic report, job monitoring, etc. Handling this within the SSIS package can be advantageous in many ways, and with KingswaySoft's Email Destination Component, we make it as easy as possible.