Showing results for VS Code - Azure SQL Devs’ Corner

Jun 18, 2025
Post comments count2
Post likes count2

MSSQL Extension for VS Code: Local Containers, GitHub Copilot Agent Mode and Connection Groups

Carlos Robles
Carlos Robles

The MSSQL Extension for VS Code continues to evolve, bringing powerful new features that make SQL development more local, more organized, and more intelligent. In version v1.33.0, we’re introducing Local SQL Server container, GitHub Copilot Agent Mode, and Connection Groups—three capabilities designed to simplify and modernize the way developers bu...

VS CodeAzure SQLSQL database in Fabric
May 19, 2025
Post comments count0
Post likes count2

MSSQL Extension for VS Code: New UI Goes GA and GitHub Copilot Enters Preview

Carlos Robles
Carlos Robles

The SQL development experience is taking a major leap forward with the MSSQL Extension for VS Code. The MSSQL extension is evolving to meet the needs of modern developers, bringing powerful, intelligent, and intuitive capabilities directly into your daily workflow. With this release, we’re announcing the general availability of the enhanced UI and...

VS CodeAzure SQLSQL database in Fabric
Apr 30, 2025
Post comments count3
Post likes count2

MSSQL Extension for VS Code: Introducing Schema Compare (Preview)

Tauseef Siddique
Tauseef Siddique

Overview We are excited to introduce Schema Compare in the MSSQL Extension for VS Code! It can be tedious to manually manage and synchronize different database versions. Enter Schema Compare, the powerful new feature for MSSQL in VS Code that transforms this tedious task into a seamless experience. With intuitive visualization that instantly hi...

VS CodeAzure SQLVisual Studio Code
Mar 6, 2025
Post comments count5
Post likes count0

MSSQL Extension for VS Code: What’s new and what’s next

Carlos Robles
Carlos Robles

The MSSQL extension for Visual Studio Code continues to evolve, bringing powerful new features and enhancements that make SQL development more seamless and efficient. In this update, we’re excited to share the latest improvements in v1.29.0 and give you a sneak peek at what’s coming next in our open roadmap. This extension is designed for develope...

VS CodeAzure SQL
Nov 20, 2024
Post comments count5
Post likes count1

Introducing the enhanced MSSQL Extension for Visual Studio Code

Carlos Robles
Carlos Robles

The MSSQL extension for Visual Studio Code is designed to support developers in building applications that use Azure SQL (including Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure VMs), SQL Database in Fabric (Preview) or SQL Server as backend databases. With a comprehensive suite of features for connecting to databases, des...

VS CodeAzure SQL
Aug 16, 2024
Post comments count0
Post likes count2

Simplify development with Dev Container templates for Azure SQL Database

Carlos Robles
Carlos Robles

In today's fast-paced software development landscape, having a reliable and efficient local development setup is crucial. Dev Containers provide developers with a seamless way to build and test applications locally before deploying them to the cloud. We are announcing the Public Preview of Dev Container templates for Azure SQL Database. This rel...

Azure SQLVS CodeContainers
Mar 28, 2023
Post comments count0
Post likes count1

Data API Builder Quickstart Demo from VS Live Vegas

Brian Spendolini
Brian Spendolini

I was fortunate enough to be able to present Data API builder the week of March 20th at VS Live in Las Vegas and what an incredible group of attendees at that conference. During my session, I stepped through a live demo of Data API builder showing off REST and GraphQL endpoints on various database objects. This blog post contains the steps I perfor...

Azure SQL.NETVisual Studio Code
Feb 28, 2023
Post comments count0
Post likes count1

Getting Started with Azure SQL Bindings: Part 1

Brian Spendolini
Brian Spendolini

Expanding on the excellent post by Drew Skwiers-Koballa; Developing with Azure SQL bindings and Azure SQL trigger for Azure Functions, I'd like to take a chance to walk you through creating your first SQL Binding using a completely local development environment. Part 1 will cover creating a SQL Binding to get data from an Azure SQL Database. Parts ...

Azure SQLVisual Studio CodeAzure Functions