Showing results for May 2025 - Azure SQL Devs’ Corner

May 8, 2025
Post comments count2
Post likes count1

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
May 6, 2025
Post comments count1
Post likes count2

Efficiently and Elegantly Modeling Embeddings in Azure SQL and SQL Server

Davide Mauri
Davide Mauri

Storing and querying text embeddings in a database it might seem challenging, but with the right schema design, it's not only possible, it's powerful. Whether you’re building AI-powered search, semantic filtering, or recommendation features, embeddings, and thus vectors, are now a first-class data type. So how do you model them well inside a databa...

Azure SQLAIVectors