Jesus Zambrano
One of the biggest bottlenecks in application development is API creation. Even though there are very powerful frameworks, they still require time, maintenance, and an additional layer of complexity. This is where Data API Builder (DAB) comes into play — a tool that shifts the Read More
Nerea Soler Benavent
Introduction SQL Server Management Studio 22 (SSMS 22) marks a shift in Microsoft’s database administration tool. With its release as a stable version at the end of 2025 and its subsequent updates, it introduces improvements aimed at both productivity and integration with new technologies. In Read More
Miguel Ángel Motos
As we already know, SQL Server 2025 has been part of our catalog since late 2025. This new version introduces significant enhancements to Intelligent Query Processing (IQP). These innovations focus on automating tasks, reducing the need for manual tuning, and optimizing performance through the use Read More
Rubén Rebollar
Last week we attended the Microsoft AI Tour Madrid, where Satya Nadella put a key topic for regulated organizations on the table: digital sovereignty. For those who want the official context, this Microsoft summary explains it very clearly: Artificial intelligence and digital sovereignty take center Read More
Sergio Vizcaino
Introduction For many years, working with text in SQL Server has been a frustrating task. While some engines offered advanced support for regular expressions, others had to rely on combinations of LIKE, PATINDEX, CHARINDEX, or even CLR functions to solve relatively common problems. In 2025, Read More
Marcos Flores
Introduction It is clear that AI is here to stay, and Microsoft knows it. That is why the 2025 version of SQL Server comes with a new feature for the AI era: the use of vectors for search. By this point in 2026, terms like Read More
Ernesto Lluesma
Evolution of JSON support in SQL Server Since SQL Server 2016, Microsoft introduced support for JSON data, allowing developers to store and query semi-structured information within relational databases. However, until now, working with large volumes of JSON data could be complex and costly in terms Read More
