T-SQL in SQL Server 2025: The UNISTR Function
I am not much for working in languages other than English. That’s my native language and I know […]
I am not much for working in languages other than English. That’s my native language and I know […]
The post SQL Server DBaaS Vulnerability: Decrypting System Code & Exfiltrating User Data appeared first on SQLServerCentral.
The post Random Number Generator in SQL using Marsaglia Polar appeared first on SQLServerCentral.
SQL Server is designed to provide high reliability and data integrity. However, like any software, it can also […]
Earlier this year at SQL Saturday Austin 2025, Conor Cunningham gave a keynote that discussed the engineering efforts […]
This article continues the discussion of a meta data driven pipeline that move data from SQL Server into a Fabric […]
The post SQL Declare Variable Code Examples appeared first on SQLServerCentral.
With SQL Server 2012 Microsoft introduced the AlwaysOn Availability Group feature, and since then many changes and improvements […]
This is a list of the builds for SQL Server 2025. There are other build lists available here. […]
When we talk about performance tuning in SQL Server, the first thing that comes to mind is indexes. […]
The post JSON Data Extract from SQL Server 2025 appeared first on SQLServerCentral.
Introduction Every relational database lives and dies by its transaction log. In SQL Server, that’s the transaction log […]
The post How to Build an AI-Powered T-SQL Assistant with Python & SQL Server appeared first on SQLServerCentral.
The wait is over. Today we announced the General Availability of SQL Server 2025, the AI-ready enterprise database. […]
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 […]
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.
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 […]
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.
SQL Server jobs are an integral part of any SQL Server environment. These jobs run a predefined set […]
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. […]
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 […]
The post SQL EXISTS Use Cases and Examples appeared first on SQLServerCentral.
Protecting data from unauthorized access is a major challenge for organizations today. SQL Server 2022 introduces Database Ledger, […]
The post T‑SQL BULK INSERT vs OPENROWSET: CSV Imports, File Access Gotchas, and A PowerShell Script appeared first […]
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 […]
The post Use SQL to Find a String in Database Tables, Stored Procedures, and User Defined Functions appeared […]
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.
As database professionals, we’ve all been there – that dreaded moment when users start complaining about slow queries, […]
Introduction High-concurrency systems always look impressive on paper. You throw in dozens of CPU cores, crank up memory, […]
The post Unlocking the Power of FULL OUTER JOIN in SQL: Performance, Use Cases & Examples appeared first […]
The post Building a Dynamic Countdown Timer in Power BI appeared first on SQLServerCentral.
A customer taps “Buy Now” on your web app. Half a second passes. The screen hesitates before the […]
The post Power BI TMDL View: Benefits, Security Risks & Best Practices appeared first on SQLServerCentral.
Al is everywhere….almost. In my day-to-day role as a DBA, I don’t really have the opportunity or need […]
The post Side by Side Upgrade to SQL Server 2022 appeared first on SQLServerCentral.
With the retirement of ADS, I decided to take a look at the MSSQL extension for VSCode. This […]
The post Getting Started with Bayesian Modeling appeared first on SQLServerCentral.
Problem Now that public preview of SQL Server 2025 CTP 2.1 is out (Community Technical Preview), you have […]