Showing archive results for November 2025

Nov 24, 2025
Post comments count0
Post likes count2

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 count3

New T-SQL AI Features are now in Public Preview for Azure SQL and SQL database in Microsoft Fabric

Brian Spendolini
Brian Spendolini

At the start of this year, we released a new set of T-SQL AI features for embedding your relational data for AI applications. Today, we have brought those features to Azure SQL and SQL database in Microsoft Fabric. This post will help you get started using the new AI functions of Azure SQL. Prerequisites Set up your env...

Azure SQLAIT-SQL
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
Nov 18, 2025
Post comments count0
Post likes count3

Public preview of vector indexing in Azure SQL DB, Azure SQL MI, and SQL database in Microsoft Fabric

Davide Mauri Pooja Kamath
Davide,
Pooja

We are happy to share that DiskANN vector indexing is now in public preview across Azure SQL Database, Azure SQL Managed Instance, and SQL database in Microsoft Fabric. DiskANN is a cutting-edge algorithm for efficient vector similarity search, making it ideal for powering recommendation systems, image and multimedia search, and advanced retrieval-...

Azure SQL
Nov 18, 2025
Post comments count0
Post likes count2

General Availability Announcement: Regex Support in SQL Server 2025 & Azure SQL

Abhiman Tiwari
Abhiman Tiwari

We’re excited to announce the General Availability (GA) of native Regex support in SQL Server 2025 and Azure SQL — a long-awaited capability that brings powerful pattern matching directly into T-SQL. This release marks a significant milestone in modernizing string operations and enabling advanced text processing scenarios natively within the ...

Azure SQLT-SQL
Nov 18, 2025
Post comments count0
Post likes count2

SQL Server 2025 Embraces Vectors: setting the foundation for empowering your data with AI

Davide Mauri Pooja Kamath
Davide,
Pooja

SQL Server 2025 marks a major milestone in database innovation by introducing native support for VECTOR data types and vector functions. These are now fully available in the freshly released SQL Server 2025 RTM. This means you can store and process high-dimensional embeddings directly within your database. It eliminates the need to move data acr...

SQL Server 2025Vectors