Sites anglophones


Docker Advice for SQL Server in Production

Publié le 27 octobre 2025 sur sqlservercentral.com
 

Introduction Nowadays, with the widespread adoption of microservices across major companies, using Windows Server to host SQL Server remains the gold standard. However, there are still certain scenarios—or even specific environments—where deploying SQL …

Managing Underused Indexes in SQL Server Availability Groups – Part 2

Publié le 27 octobre 2025 sur sqlservercentral.com
 

The post Managing Underused Indexes in SQL Server Availability Groups – Part 2 appeared first on SQLServerCentral.

How Implicit Transactions Hurt SQL Server Performance Without You Knowing

Publié le 24 octobre 2025 sur sqlservercentral.com
 

Introduction In the world of SQL Server performance troubleshooting, developers and DBAs often chase the usual suspects: bad indexes, poorly written queries, outdated statistics, or parameter sniffing. These are the headline-grabbers that fill blog pos …

Query Plan Pop Quiz Answers 2 and 3: I’ve Got Good News and Bad News.

Publié le 22 octobre 2025 sur brentozar.com
 

In the Query Plan Pop Quiz, questions 2 and 3 asked you about what the sizes of arrows on query plans meant. The good news is that almost all of you got Question 2 right, but the bad news is that the vast majority of you got Question 3 completely incor …

 

How to Build an AI-Powered T-SQL Assistant with Python & SQL Server

Publié le 22 octobre 2025 sur simple-talk.com
 

If you’re a SQL Server DBA or developer looking to harness AI for your everyday scripting workflows, this article will walk you through building an AI-powered T-SQL assistant using Python and SQL Server. We’ll cover how to index your scripts with embed …

 

SQL EXISTS Use Cases and Examples

Publié le 22 octobre 2025 sur sqlservercentral.com
 

The post SQL EXISTS Use Cases and Examples appeared first on SQLServerCentral.

TempDB Filling Up? Try Resource Governor.

Publié le 21 octobre 2025 sur brentozar.com
 

TempDB is one of the banes of my existence. Anybody, anybody who can query your server can run a denial-of-service attack in a matter of seconds just by filling it up with a simple query: DROP TABLE IF EXISTS #big_problem; CREATE TABLE #big_problem (fi …

Database Ledger in SQL Server 2022

Publié le 20 octobre 2025 sur sqlservercentral.com
 

Protecting data from unauthorized access is a major challenge for organizations today. SQL Server 2022 introduces Database Ledger, a new feature that enhances data security. It protects data from attackers and high-privileged users like DBAs, system ad …

T‑SQL BULK INSERT vs OPENROWSET: CSV Imports, File Access Gotchas, and A PowerShell Script

Publié le 17 octobre 2025 sur sqlservercentral.com
 

The post T‑SQL BULK INSERT vs OPENROWSET: CSV Imports, File Access Gotchas, and A PowerShell Script appeared first on SQLServerCentral.

Query Plans Pop Quiz Answer #1: Costs are Garbage.

Publié le 16 octobre 2025 sur brentozar.com
 

In last week’s Query Plans Pop Quiz, the first question was, someone hands you these two queries and you get their estimated plans to decide which query to tune. Perhaps you get the estimated plans from SSMS, or from sp_BlitzCache, or from your monitor …

Announcing the 2025 Black Friday and Doorbusters Deals!

Publié le 14 octobre 2025 sur brentozar.com
 

You’ve been telling yourself, “One of these days, I’ll finally take Brent’s classes.” Get ready, because that day is coming: my Black Friday sales run all November long, and they’re the biggest sale of the year! SQL Server 2025, 2022, and 2019 all dram …

Announcing Free MASTERING Week 2025!

Publié le 13 octobre 2025 sur brentozar.com
 

You’ve been working with SQL Server, Azure SQL DB, or Amazon RDS SQL Server for years. You’re jaded. You’re confident. You’re pretty sure you know what you’re doing. You’ve never taken my Mastering classes because you’ve read the blog, watched the live …

Schema Design Basics for Power BI

Publié le 13 octobre 2025 sur sqlservercentral.com
 

The post Schema Design Basics for Power BI appeared first on SQLServerCentral.

Migrate SSRS Reports to a New Server in Just a Few Clicks

Publié le 13 octobre 2025 sur sqlservercentral.com
 

Managing SSRS report migrations can be a time-consuming and error-prone process, especially when dealing with large enterprise report servers that contain hundreds of reports, datasets, data sources, and subscriptions. To simplify this process, we crea …

Secure PostgreSQL in Docker: SSL, Certificates & Config Best Practices

Publié le 10 octobre 2025 sur sqlservercentral.com
 

The post Secure PostgreSQL in Docker: SSL, Certificates & Config Best Practices appeared first on SQLServerCentral.


Pages :