Showing archive results for August 2025

Aug 29, 2025
Post comments count0
Post likes count3

Using SQL Server’s new AI features and Python to create a T-SQL assistant

Rodrigo Ribeiro Gomes
Rodrigo Ribeiro Gomes

I recently created a GitHub repository to share the T-SQL scripts I've accumulated over 10 years as a DBA. However, I've always struggled to find the right script when I need it. For years, I relied on simple shell commands like find or just my memory, which could take 10-30 minutes, if I was lucky enough to find it. But, we are in the AI age,...

Azure SQLVectorsT-SQL
Aug 21, 2025
Post comments count0
Post likes count4

Create embeddings in SQL Server 2025 RC0 with a local ONNX model on Windows

Brian Spendolini
Brian Spendolini

With the release of SQL Server 2025 RC0, we have enabled the ability to use a local ONNX model on the server for embeddings. This allows you to use these models without having any network traffic leaving the local environment. Getting Started This example guides you through setting up SQL Server 2025 on Windows with an ONNX runtime to enabl...

Azure SQLAIT-SQL
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