How to Create Uber-Fast Maps With Oracle 23ai Vector Tiles ...
Since this article was written, Oracle AI Database 26ai has been released. Oracle Database 23ai added 300+ […]
Since this article was written, Oracle AI Database 26ai has been released. Oracle Database 23ai added 300+ […]
Introduction to the DBScan algorithm In this example, we are going to learn how to use DBScan. DBScan […]
Like many of you, I have often put strings together (concatenation) with a simple arithmetical operator: +. We […]
I love SQL Server, and I’m excited for the release of 2025. I think the query processing keeps […]
SQL Server 2025 and .NET 10 bring several new improvements to storing JSON natively in the database and […]
Code refactoring is a common process when developing in procedural languages – and essential to developing high-quality […]
Overview Real-time logging and monitoring are essential for modern applications to track events, detect issues, and gain insights […]
The post JSON_CONTAINS Function in SQL Server 2025 appeared first on SQLServerCentral.
Before SQL Server 2025, if you want to store JSON data in Microsoft SQL Server or Azure SQL […]
The post Unlocking the Power of FULL OUTER JOIN in SQL: Performance, Use Cases & Examples appeared first […]
The post SQL Server CROSS APPLY and OUTER APPLY Helpful Examples appeared first on SQLServerCentral.
The SUBSTRING() function has been one of my most often used tools over the years, often to massage […]
My cruise ship took a detour to Honduras to avoid the hurricane. Let’s hang out on the beach […]
Is your company hiring for a database position as of November 2025? Do you wanna work with the […]
Security in cloud environments is both challenging and fascinating, particularly for Database-as-a-Service (DBaaS) offerings like Amazon RDS, […]
One of the most important things in database administration is monitoring. For example, you want to know if […]
The post Power BI TMDL View: Benefits, Security Risks & Best Practices appeared first on SQLServerCentral.
You’re a developer, database administrator, or DBRE who’s been working with SQL Server, Azure SQL DB, and Amazon […]
Welcome to my annual Black Friday sale, and I’m running special doorbuster deals to sweet talking you into […]
SQL Server jobs are an integral part of any SQL Server environment. These jobs run a predefined set […]
You’ve been telling yourself, “One of these days, I’ll finally take Brent’s classes.” Get ready, because that day […]
The post Static Versus Dynamic Bulk Insert Imports of Multi-File Datasets appeared first on SQLServerCentral.
Microsoft is introducing Regular Expression(regex) functions in its upcoming SQL Server 2025 to enable pattern-based searching and manipulation. […]
This Office Hours episode comes to you from Virgin Voyages’ newest cruise ship, the Brilliant Lady, sailing through […]
In this quarter’s update of our SQL ConstantCare® population report, showing how quickly (or slowly) folks adopt new versions […]
Short story: what the title says. This is especially problematic for folks who merge multiple databases onto the […]
Introduction Nowadays, with the widespread adoption of microservices across major companies, using Windows Server to host SQL Server […]
The post Managing Underused Indexes in SQL Server Availability Groups – Part 2 appeared first on SQLServerCentral.
Introduction In the world of SQL Server performance troubleshooting, developers and DBAs often chase the usual suspects: bad […]
In the Query Plan Pop Quiz, questions 2 and 3 asked you about what the sizes of arrows […]
If you’re a SQL Server DBA or developer looking to harness AI for your everyday scripting workflows, […]
The post SQL EXISTS Use Cases and Examples appeared first on SQLServerCentral.
TempDB is one of the banes of my existence. Anybody, anybody who can query your server can run a […]
Organizations are under constant pressure to modernize their estate. Legacy infrastructure, manual processes, and increasing data volumes in […]
Protecting data from unauthorized access is a major challenge for organizations today. SQL Server 2022 introduces Database Ledger, […]
Avec l’arrivée de SQL Server 2025 et son type JSON — ce n’est plus un simple « texte », mais bien […]
The post T‑SQL BULK INSERT vs OPENROWSET: CSV Imports, File Access Gotchas, and A PowerShell Script appeared first […]
In last week’s Query Plans Pop Quiz, the first question was, someone hands you these two queries and […]
You’ve been telling yourself, “One of these days, I’ll finally take Brent’s classes.” Get ready, because that day […]
You’ve been working with SQL Server, Azure SQL DB, or Amazon RDS SQL Server for years. You’re jaded. […]
The post Schema Design Basics for Power BI appeared first on SQLServerCentral.
Managing SSRS report migrations can be a time-consuming and error-prone process, especially when dealing with large enterprise report […]
The post Secure PostgreSQL in Docker: SSL, Certificates & Config Best Practices appeared first on SQLServerCentral.
After creating a distributed availability group using the steps described in my article, SQL Server 2022 Clusterless Distributed […]
This quarter’s release includes new checks for SQL Server 2025’s new memory pressure warnings, Azure SQL DB’s operations […]
The post Use SQL to Find a String in Database Tables, Stored Procedures, and User Defined Functions appeared […]
Question 1: Pick the Problematic Plan: someone hands you a pair of queries, and you get the estimated […]
You’re a developer, analyst, database administrator, or anybody else working with SQL Server, Azure SQL DB, or Amazon […]
One of the most important responsibilities of any database administrator is to maintain the integrity of the database, […]
The post Natural Language Query for SQL Server appeared first on SQLServerCentral.