Showing results for SQL Server - Azure SQL Devs’ Corner

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 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
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 6, 2025
Post comments count23
Post likes count3

Azure Data Studio Retirement

Carlos Robles
Carlos Robles

We’re announcing the upcoming retirement of Azure Data Studio (ADS) on February 6, 2025, as we focus on delivering a modern, streamlined SQL development experience. ADS will remain supported until February 28, 2026, giving developers ample time to transition. This decision aligns with our commitment to simplifying SQL development by consolidating ...

Azure Data StudioAzure SQLVisual Studio Code
Dec 12, 2023
Post comments count0
Post likes count2

Build your APIs with DAB using Containers – Part 1

Carlos Robles
Carlos Robles

Are you tired of spending countless hours building APIs from scratch? With Data API Builder (DAB), you can create your API in just minutes! All you need to do is create a JSON configuration file to describe your database entities (tables, views, stored procedures, or collections) from your Azure SQL Database, SQL Server, Cosmos DB, PostgreSQL, or M...

Azure SQLData API builder
Jan 20, 2023
Post comments count6
Post likes count1

CTEs, Views or Temp Tables?

Davide Mauri
Davide Mauri

I've just finished watching the video from the @GuyInACube about Common Table Expressions and I noticed that in several comments there was the request to explain what is the difference between Common Table Expressions, Views and Temp Tables. This is quite a common question, and it is time to give it a simple, concise, and clear answer, once a...

Azure SQL