Showing category results for VS Code

Nov 24, 2025
Post comments count0
Post likes count1

MSSQL Extension for VS Code: Introducing Edit Data (Public Preview)

Yo-Lei Chen
Yo-Lei Chen

Overview Working with table data is an essential part of database development — whether you’re validating behavior, debugging issues, or quickly seeding data. But switching between tools or writing repetitive T-SQL statements can slow down your workflow. We are excited to announce the Public Preview of Edit Data in the MSSQL extension for Visual ...

Azure SQLVS CodeVisual Studio Code
Nov 18, 2025
Post comments count0
Post likes count0

MSSQL Extension for VS Code: GitHub Copilot Chat GA and New Public Previews for Edit Data, Data-tier Application, and more

Yo-Lei Chen Carlos Robles Tauseef Siddique
Yo-Lei,
Carlos,
Tauseef

The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more integrated, more consistent, and more developer-friendly. In version v1.37.0, we’re announcing the Public Preview of Edit Data, Data-tier Application (DACPAC/BACPAC) export & import, and the SQL Database Projects Publish Dialog, along with th...

VS CodeAzure SQLGitHub Copilot
Sep 17, 2025
Post comments count0
Post likes count0

MSSQL Extension for VS Code: Fabric Integration and GitHub Copilot Slash Commands (Public Preview)

Carlos Robles Tauseef Siddique
Carlos,
Tauseef

The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more integrated, more consistent, and more developer-friendly. In version v1.36.0, we’re announcing the Public Preview of Fabric Connectivity (Browse), SQL Database in Fabric Provisioning, and GitHub Copilot Slash Commands — three capabilities that br...

VS CodeAzure SQLMicrosoft Fabric
Aug 21, 2025
Post comments count0
Post likes count1

MSSQL Extension for VS Code: Schema Compare, Schema Designer, Local SQL Server Container GA

Yo-Lei Chen Tauseef Siddique Carlos Robles
Yo-Lei,
Tauseef,
Carlos

The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more visual, more consistent, and more developer-friendly. In version v1.35.0, we’re announcing the General Availability (GA) of Schema Designer, Schema Compare, and Local SQL Server Containers — three powerful tools that bring structure, clarity, and...

VS CodeAzure SQL
Jul 23, 2025
Post comments count1
Post likes count0

MSSQL Extension for VS Code: Agent Mode Updates, Colored Connections, and Schema Designer Enhancements

Carlos Robles
Carlos Robles

The MSSQL Extension for VS Code keeps getting better—bringing thoughtful updates that make SQL development more conversational, more visual, and more local. In version v1.34.0, we’ve focused this release on deepening GitHub Copilot Agent Mode, improving connection clarity through color-coded indicators, making local container workflows more flexibl...

VS CodeAzure SQLGitHub Copilot
Jun 19, 2025
Post comments count0
Post likes count3

Announcing General Availability of Native Vector Type & Functions in Azure SQL

Pooja Kamath Davide Mauri
Pooja,
Davide

We are happy to announce that Native vector support in Azure SQL Database and Azure SQL Managed Instance is moving to General Availability this summer. Deployments are already underway, and several regions have begun receiving the feature. What is going GA? Integrated Vector Data Type Azure SQL introduces a dedicated VECTOR data type that simpl...

Azure SQLAIVectors
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 SQLGitHub Copilot
May 21, 2025
Post comments count0
Post likes count1

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

Yo-Lei Chen
Yo-Lei Chen

Overview Database design can often feel like navigating a maze of tables, relationships, and data types — especially when working directly with T-SQL scripts. But what if you could map out your database, make changes to your tables, and manage complex schemas within a graphical interface? We are excited to announce the Public Preview of Schema De...

Azure SQLVS CodeVisual Studio Code
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 SQLGitHub Copilot
May 8, 2025
Post comments count2
Post likes count3

Avoid T-SQL anti-patterns with the free T-SQL analysis tool

Erik Ejlskov Jensen
Erik Ejlskov Jensen

T-SQL Analyzer is a free, open-source, cross platform command line tool for identifying, and reporting the presence of anti-patterns and design issues in SQL Server T-SQL scripts. As a database developer, you can catch any potential bad practices and design problems very early in the project process - this ensures a frictionless path to deploym...

T-SQLAzure SQL.NET