JSON in Microsoft SQL Server: A Comprehensive Guide
Introduction JSON (JavaScript Object Notation) has become a popular data format for storing and exchanging information. Microsoft SQL […]
Introduction JSON (JavaScript Object Notation) has become a popular data format for storing and exchanging information. Microsoft SQL […]
The post How to rename a SQL Server database appeared first on SQLServerCentral.
I’m very keen on accessibility in computer systems. Nowadays we tend to take a rather superior attitude […]
I originally took these questions from https://pollgab.com/room/brento poolside at the Trixie Motel (really), but I forgot to use […]
Recently I had a severe problem with SQL endpoints and I was required to build a quick […]
Accelerated Database Recovery (ADR) is a database-level feature that makes transaction rollbacks nearly instantaneous. Here’s how it works. […]
A common requirement for database professionals working with SQL Server is the capability to connect seamlessly to other […]
The post A Practical Guide to Using Azure Key Vault in Enterprise Deployments appeared first on SQLServerCentral.
Let’s get a little nerdy and look at database internals. Create two tables: one with a million unique […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
I spent a few weeks away from the office in early January, just like last year, mostly […]
Il est des cas d’usage où pourvoir garder en mémoire des informations (des variables globales en somme) serait […]
The post Add and Subtract Dates using DATEADD in SQL Server appeared first on SQLServerCentral.
Introduction Attaching databases in SQL Server can be a routine yet sometimes time-consuming task for Database Administrators (DBAs). […]
There is a feature of SQL I have not seen used much and probably with good reason. […]
Project Context and Data Presentation Challenges In our projects we have seen, data quality issues manifest in various […]
I took 5 of your top-voted questions from https://pollgab.com/room/brento while hanging out in the backyard on my second […]
Before jumping into the news and code, let’s start from the beginning: Why does someone use Azure […]
The post Navigating the Database Landscape in 2025 Livestream on Feb 12 appeared first on SQLServerCentral.
When I see horrific code, stuff that would take a lot of manual labor to fix, I like […]
The post How to Install SSIS in Visual Studio 2019 appeared first on SQLServerCentral.
Throughout my career I have seen arguments as to which IT standard in a particular area, is the […]
In July 2025, Microsoft will discontinue support for the Microsoft Connector for Oracle in SQL Server Integration Services […]
Comment rechercher dans toutes les tables et toutes les colonnes une valeur précise ? C’est ce que propose […]
Price check on Aisle 2025. My main consulting job is a 2-day SQL Critical Care® where I help […]
Today’s topic pertains to 99.999% of all people, young, old, and all age ranges . I am […]
The data transformation tool dbt (data build tool) has become more and more popular over the past […]
I set up a local AI LLM to run and then conducted some experiments. This post shows a […]
The post Demystifying Continuous Integration vs. Continuous Delivery Part 3 – Real World Examples of CI CD appeared […]
Part 2 in the series: A Comprehensive Beginners Guide to Configuration with MySQL Shell. In the first […]
Il est des situations où utiliser une clé de chiffrement asymétrique stockée dans un module de gestion de […]
Searching for relevant information in vast repositories of unstructured text can be a challenge. This article explains a […]
Security is important regardless of your industry, whether it’s finance, retail, e-commerce, or the broader world of […]
A few things lined up perfectly for a European trip this summer. I’m on a European cruise in […]
At first sight, the new Copy Job may seem only one more redundancy: Why do we need […]
As we begin a new year in 2025, many of you are looking at new projects, new applications, […]
I’ve already explained that no, it doesn’t make your database server more reliable – and in fact, it’s […]
We’ve been running our annual Data Professional Salary Survey for almost a decade, and I was really curious […]
Version de l’article en Anglais sur LinkedIn : Le FinOps et Microsoft Fabric, deux sujets qui m’intéressent […]
A view is a virtual table, created when it’s invoked by the < view name>. The goal […]
Introduction When working with T-SQL trigonometric functions in SQL Server, it’s important to be aware of potential pitfalls […]
The post Partitioning Data in Microsoft Fabric to Improve Performance for Lakehouses, Warehouses, and Pipelines appeared first on […]
Preface If you are a frequent reader of Simple-Talk, it’s possible that you’ve come across blogs about […]
Previously, we introduced and discussed the Parquet file format and SQL Server and why it is an […]
Introduction Database administrators regularly detach and attach databases as part of their daily tasks. During this process, they […]
The post Comparing Groups for Similarities in Power Query – Using Cosine Similarity appeared first on SQLServerCentral.
Today’s questions from https://pollgab.com/room/brento require a little bit longer answers: Here’s what we covered: 00:00 Start 03:20 Josef: […]
Most of the time, I love Entity Framework, and ORMs in general. These tools make it easier for […]
I recently had an interesting production SQL Server issue that turned out to be very easy to […]
The post SQL Server OPTION RECOMPILE for Simple Queries appeared first on SQLServerCentral.