SQL Server 2025 Preview Announced
Microsoft has announced SQL Server 2025 preview, marking a significant advancement in database technology by…
CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the server
How to resolve error : CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the…
Create Python Azure function in Visual Studio Code
Azure Functions is a serverless computing service that enables developers to deploy small pieces of…
Find Long Running Queries in Azure SQL Database
This post describes how to find long running queries in Azure SQL Database using dynamic…
A project which specifies SQL Server 2022 or Azure SQL Database Managed Instance as the target platform cannot be published to Microsoft Azure SQL Database v12.
While deploying a DACPAC project to Azure SQL Database using Azure DevOps, you may encounter…
Create user assigned managed identity in Azure
Managed identity in Azure simplifies access management by automatically associating service principals with resources, like…
Send Blob Files via Email using Logic Apps
This blog post details how to automate the process of sending blob files from Azure…
Implement Azure SQL Database Deployment CI CD pipeline
In this blog post, we’ll delve into the step-by-step guide of how to implement Azure…
Access Key Vault from Azure DevOps Pipeline
When setting up deployment pipelines in Azure DevOps, sometimes you need to get secret information…
Create Elastic Jobs Using Azure Elastic Jobs Manager
Microsoft Azure offers Azure Elastic Job agent as a managed service, enabling efficient scheduling of…
Programmatically Start and Stop Azure Data Factory Integration Runtime
This article describes how to perform Azure Data Factory automation with managed identity and…
Transaction Batching in SQL Server
This post explores the concept of transaction batching in SQL Server as a solution to…