Showing results for T-SQL - Azure SQL Devs’ Corner

May 29, 2025
Post comments count0
Post likes count1

Azure SQL Cryptozoology AI Embeddings Lab Now Available!

Brian Spendolini
Brian Spendolini

Missed out on MS Build 2025? No worries! Our lab is now available for your exploration. Dive into a unique cryptozoology experience using Azure SQL and Azure AI to uncover intriguing (and true) connections among cryptids worldwide. Curious about who would reign supreme in a battle royal or which regions of the world hold the key to encountering ...

AIAzure SQLOpenAI
May 29, 2025
Post comments count2
Post likes count1

Vector Support Public Preview now extended to Azure SQL MI

Pooja Kamath Mladen Andzic Davide Mauri
Pooja,
Mladen,
Davide

We are thrilled to announce that Azure SQL Managed Instance now supports Vector type and functions in public preview.  This builds on the momentum from Azure SQL Database, where vector support has been in public preview since December. Check out the detailed announcement 💡 Why Choose Azure SQL Managed Instance for AI-Driven Modernization? ...

Azure SQLAIVectors
May 28, 2025
Post comments count7
Post likes count3

Getting started with AI in SQL Server 2025 on Windows

Brian Spendolini
Brian Spendolini

Back in the earlier part of the year (February maybe?), I put this tutorial together for our early adopters in the SQL Server 2025 program. It’s a guide for setting up SQL Server 2025 in a Hyper-V VM (I used Windows Server) with Ollama and ngnix as an https proxy. It's a variation of my workshops for Ignite 2024 and a SQL in Fabric one from Februar...

AIOpenAIT-SQL
May 22, 2025
Post comments count0
Post likes count0

New AI Features in SQL Server 2025

Brian Spendolini
Brian Spendolini

We have some great new AI Features in SQL Server 2025. I also figured a video would be better than reading a blog.... https://www.youtube.com/watch?v=dDJheVYgeVo but, you can also read all about it here.

AIAzure SQLT-SQL
May 19, 2025
Post comments count7
Post likes count0

Announcing the General Availability (GA) of JSON data type & JSON aggregates…

Umachandar Jayachandran (UC)
Umachandar Jayachandran (UC)

We are excited to announce the General Availability (GA) of the native JSON data type and JSON aggregates - JSON_OBJECTAGG & JSON_ARRAYAGG. You can use the JSON data type and JSON aggregates to integrate and work with JSON documents more efficiently in the database. This functionality is available in Azure SQL Database, Azure SQL Managed Instan...

Azure SQLT-SQL
May 19, 2025
Post comments count2
Post likes count1

Unlocking the Power of Regex in SQL Server

Abhiman Tiwari
Abhiman Tiwari

Regular expressions, or regex, are powerful tools for text manipulation and pattern matching. They are incredibly useful in various scenarios, such as data validation, extraction, and transformation. SQL Server 2025 introduces native support for regex functions, making it easier to perform complex text operations directly within SQL queries. This R...

Azure SQLT-SQLManaged Instance
May 8, 2025
Post comments count2
Post likes count2

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
Mar 27, 2025
Post comments count0
Post likes count2

SQL Conf() 2025 Highlights: So Much Developer Innovation!

Jerry Nixon
Jerry Nixon

For decades, SQL Server has been a cornerstone of data management, evolving to meet the needs of modern developers. What began as a traditional relational engine is now a cloud-enabled, AI-integrated platform designed for building real-world applications. SQL Server continues to meet developers where they are—offering tools, services, and capabilit...

Azure SQLAIVectors
Mar 24, 2025
Post comments count0
Post likes count4

Secure APIs with Data API Builder, Keycloak, and SQL Server

Alessio Tugnoli
Alessio Tugnoli

In this article, we'll explore how to create a secure, on-premises API using Data API Builder (DAB), Keycloak, and SQL Server. You'll learn to set up JSON Web Token (JWT) authentication with Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), and Row-Level Security (RLS), ideal for secure business scenarios. Want to replic...

Azure SQLT-SQLREST
Feb 26, 2025
Post comments count4
Post likes count2

Exciting new T-SQL features: Regex support, Fuzzy string-matching, and bigint support in DATEADD – preview

Abhiman Tiwari
Abhiman Tiwari

We are thrilled to announce the public preview of three powerful T-SQL features that will elevate your SQL queries: Regular Expressions (Regex) support, Fuzzy string-matching, and bigint support in DATEADD. These enhancements are now available in Azure SQL Database and SQL Database in Microsoft Fabric, offering developers more flexibility, efficien...

Azure SQLT-SQL