Deploy DACPAC to Azure SQL Database
This guide will walk you through the process of deploy DACPAC to Azure SQL database…
SQL Server 2025 Preview Announced
Microsoft has announced SQL Server 2025 preview, marking a significant advancement in database technology by…
Create Python Azure function in Visual Studio Code
Azure Functions is a serverless computing service that enables developers to deploy small pieces of…
Parse JSON in SQL Server
JSON (JavaScript Object Notation) is a lightweight data-interchange format that has become a standard for…
Databricks VACUUM Command
Databricks is a unified big data processing and analytics cloud platform for transforming and processing…
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…
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…
Find Long Running Queries in Azure SQL Database
This post describes how to find long running queries in Azure SQL Database using dynamic…
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…