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

Mar 27, 2025
Post comments count0
Post likes count1

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 SQLRESTT-SQL
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
Feb 18, 2025
Post comments count0
Post likes count0

Building an AI App GraphQL Endpoint with SQL DB in Fabric

Brian Spendolini
Brian Spendolini

Welcome to an exciting, new workshop where we blend the power of AI with the versatility of GraphQL and SQL databases in Microsoft Fabric. This guide will walk you through creating a set of GraphQL RAG (Retrieval-Augmented Generation) application APIs, leveraging relational data and Azure OpenAI. What You’ll Learn You’ll dive into querying and ma...

Azure SQLAIDevOps
Jan 20, 2025
Post comments count0
Post likes count0

Extending Regular Expressions (Regex) Support on Azure SQL Managed Instance (MI)

Abhiman Tiwari
Abhiman Tiwari

We are happy to announce the Private Preview of Regular Expressions (Regex) support on Azure SQL Managed Instance (MI). This new feature brings powerful text processing capabilities to your SQL queries, enabling you to perform complex pattern matching and data manipulation with ease.  Regex support in Azure SQL The Regex feature in Azure SQL foll...

Azure SQLT-SQL
Jan 8, 2025
Post comments count0
Post likes count2

Building a RAG-Based Smart Memory Application with Azure SQL Database

Arun Vijayraghavan Davide Mauri Muazma Zahid
Arun,
Davide,
Muazma

Project Mission The way people work and manage information is changing rapidly in our digital age. More and more people are struggling to keep track of all the online resources they use daily. They need a better way to save, organize, and retrieve important information from websites, articles, and other online sources. This is especially true fo...

Azure SQLAIVectors
Nov 6, 2024
Post comments count2
Post likes count2

RAG with SQL Vector Store: A Low-Code/No-Code Approach using Azure Logic Apps

Divya Swarnkar Pooja Kamath Davide Mauri
Divya,
Pooja,
Davide

Data is at the heart of every AI application, and efficient data ingestion is critical for success. With over 1,400 enterprise connectors, Logic Apps offers unmatched access to a diverse range of systems, applications, and databases, whether hosted in the cloud or on-premises. These connectors give businesses the flexibility to keep their data wher...

Azure SQLAIVectors
Nov 6, 2024
Post comments count14
Post likes count6

Exciting Announcement: Public Preview of Native Vector Support in Azure SQL Database!

Pooja Kamath Davide Mauri
Pooja,
Davide

Public Preview of Native Vector Support in Azure SQL Database We are excited to share that the dedicated vector data type in Azure SQL Database, which was previously available through the Early Adopter Preview, is now transitioning to Public Preview! As of today, the Vector data type and its associated functions are accessible to everyone, automat...

AIAzure SQLVectors
Oct 1, 2024
Post comments count3
Post likes count6

Smart Resume Matching: Document RAG with Azure SQL DB & Document Intelligence

Pooja Kamath
Pooja Kamath

Hey Azure SQL enthusiasts! 👋 We had a hiring event last week, and as I was going through a stack of digital resumes, I thought, "There has to be an easier way to do this." That's when it hit me—why not use Azure SQL DB’s new vector data type to revolutionize our hiring process? Not only could we find the perfect candidate faster, but we could al...

Azure SQLAIVectors
Aug 1, 2024
Post comments count2
Post likes count1

Similarity Search with FAISS and Azure SQL

Muazma Zahid
Muazma Zahid

In today’s data-driven world, finding similar items within large datasets is a common challenge. Whether it’s recommending products, identifying similar documents, or clustering data points, efficient similarity search is crucial. This blog post will explore how to leverage FAISS (Facebook AI Similarity Search) and Azure SQL to perform similarity s...

Azure SQLAIPython