Improving the Performance of UPDATE Statements in SQL Server
Introduction Performing bulk updates in SQL Server can be a resource-intensive operation, particularly when dealing with large datasets. […]
Introduction Performing bulk updates in SQL Server can be a resource-intensive operation, particularly when dealing with large datasets. […]
Introduction SQL Server 2022 introduced the LEFT_SHIFT and RIGHT_SHIFT functions, which allow you to manipulate numbers by shifting […]
L’utilisation par défaut de VEEAM backup combiné à SQL Server détruit vos journaux de transactions… Le saviez-vous ? […]
Introduction AdventureWorks is a sample database from Microsoft that simulates a company called Adventure Works Cycles. It is […]
Geographic information systems (GIS) play a critical role in emergency response planning and risk assessment. One of the […]
Introduction AdventureWorks is a sample database from Microsoft that simulates a company called Adventure Works Cycles. It is […]
Over the last several years, Microsoft has been putting less and less effort into Cumulative Update documentation. We […]
The other day, my lovable coworker and frequent Simple Talk writer: Grant Fritchey, sent this post on […]
À la suite de mon dernier article en lien avec l’externalisation des données SQL Server sur un stockage […]
One of the cornerstones of AI is a concept called embeddings. Virtually every AI model, whether for […]
I’ve been working in the Azure space for the last few years and less with full server […]
L’archivage des données devrait être prévu dès le début des projets. Mais, il faut bien avouer que c’est […]
I’m coming to Jacksonville, FL on May 2-3 and Raleigh, NC on May 16-17 for SQL Saturdays! In […]
There are many functions and tools available to database professionals that can solve data math challenges, regardless […]
Last week I wrote about the 6 best things Microsoft ever did to SQL Server, but now we […]
I was editing an article the other day that uses the BIT_COUNT function that was added to […]
Introduction SQL Server provides robust tools for data type conversion, such as PARSE, TRY_PARSE, and TRY_CONVERT. These functions […]
This entire blog post is driven by the #1 feature in this list. I think about the #1 […]
Let me cut to the chase. If you are like me, you may have been searching for: […]
Il est des cas d’usage où pourvoir garder en mémoire des informations (des variables globales en somme) serait […]
Introduction Attaching databases in SQL Server can be a routine yet sometimes time-consuming task for Database Administrators (DBAs). […]
Before jumping into the news and code, let’s start from the beginning: Why does someone use Azure […]
Comment rechercher dans toutes les tables et toutes les colonnes une valeur précise ? C’est ce que propose […]
Il est des situations où utiliser une clé de chiffrement asymétrique stockée dans un module de gestion de […]
Introduction When working with T-SQL trigonometric functions in SQL Server, it’s important to be aware of potential pitfalls […]
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 […]
I recently had an interesting production SQL Server issue that turned out to be very easy to […]
I’ve had lots of wish lists over the years, from Ladybug to Connect to UserVoice, and very […]
Introduction Managing databases in SQL Server requires a solid understanding of various methods for transferring and maintaining data. […]
Introduction In SQL Server, the transaction log file is essential for keeping your database reliable and durable. It […]
One of my favorite uses for AI is to ask it to explain a concept using wildly unusual […]
Our annual Black Friday sale is over, but we’ve got a simple sale for folks who couldn’t get […]
Your app is happily humming along on SQL Server Standard Edition. Things are quiet – too quiet. You’re […]
When analytic data is stored directly in SQL Server, a clustered columnstore index is an ideal place […]
To get started, follow these steps to find and use the default snippets in Azure Data Studio. In […]
I’m in Seattle this week for the PASS Data Community Summit. Before the pre-conference sessions started, I sat […]
Voici une série d’article comportant 10 chapitres destinés à tout ceux qui veulent obtenir de meilleurs performances avec […]
As a seasoned SQL developer and tech enthusiast, I often encounter scenarios where traditional SQL Server searches struggle […]
Your accounting office Every year during November, we run a big sale all month long. And every year, […]
Voici une série d’article comportant 10 chapitres destinés à tout ceux qui veulent obtenir de meilleurs performances avec […]
Like XML, JSON is an open standard storage format for data, metadata, parameters, or other unstructured or […]
I recently had to help support synchronization and distribution of workloads between multiple servers. Some of this […]
Every year, Stack Overflow runs a developer survey about technology, work, community, and more. This year’s results include […]
I’m not the first person to write about cleaning up unused or redundant indexes. You can read […]
This is the second part of my series on auditing SQL Server. In the first part, I […]
Voici une série d’article comportant 10 chapitres destinés à tout ceux qui veulent obtenir de meilleurs performances avec […]
La haute disponibilité des données est un facteur fondamental dans l’élaboration d’une architecture de bases de données, notamment […]
I’ve talked about it before; you shouldn’t have a backup strategy, you should have a recovery strategy. […]