Compare Azure SQL Database Schema Using sqlpackage
Learn how to compare two Azure SQL Database Schema effectively and generate delta scripts for seamless deployment.
Compare Azure SQL Database Schema Using sqlpackage Read More »
Learn how to compare two Azure SQL Database Schema effectively and generate delta scripts for seamless deployment.
Compare Azure SQL Database Schema Using sqlpackage Read More »
An Azure Function is a lightweight, serverless compute option in Azure that lets you execute small chunks of code in response to events or schedules without managing servers. When connecting Azure Functions to Azure SQL Database, you need a secure way to authenticate without storing credentials. That’s where Managed Identity steps in. Managed Identity allows
Connect Python Azure Function to Azure SQL Using Managed Identity Read More »
In this post, I’ll walk you through how I built a Fabric Data Agent on top of the standard AdventureWorksDW dataset (via shortcuts), and how you can too — even if you’re a complete beginner.
Data Agent in Microsoft Fabric – Here’s How it Works Read More »
SQL Server Management Studio (SSMS) version 21 introduces native Copilot integration, enhancing SQL development. Users can connect to Azure OpenAI for efficient query generation and debugging in read-only mode. Copilot aids in writing, fixing, and optimizing SQL queries without executing modifications, ensuring control and security over data.
SSMS 21 Copilot: Here’s How It Works Read More »
In modern cloud architectures, it’s common to distribute data across multiple Azure SQL Databases. While this promotes modularity and scalability, it can pose challenges when you need to access data across these databases. Fortunately, Azure SQL’s external tables feature allows for seamless cross-database querying without data duplication. This feature is also known as Elastic Query
Cross Database Query in Azure SQL Database Read More »
In this article, we will see how to fix Azure Analysis Services model missing issue.
Azure Analysis Services Model Missing Read More »
How to resolve error : CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the server.
CS2001 Missing AssemblyAttributes.cs when executing SSIS package deployed to the server Read More »
If you encounter an error in SQL Server Data Tools (SSDT) for Visual Studio while working with SQL Server Integration Services (SSIS), it could be due to the missing OLE DB or ADO.NET provider on your machine. This missing component prevents SSIS from establishing a connection, leading to the following error message:
This guide will walk you through the process of deploy DACPAC to Azure SQL database directly from Visual Studio.
Deploy DACPAC to Azure SQL Database Read More »
Azure Functions is a serverless computing service that enables developers to deploy small pieces of code without the need to manage the underlying infrastructure. It supports various programming languages, including .NET, Python, JavaScript, TypeScript, Java, PowerShell, and C#, providing flexibility and versatility for various applications. This article describes how to create Python Azure function in
Create Python Azure function in Visual Studio Code Read More »