News

A step-by-step guide to deploying, configuring, and testing a multi-AZ, multi-region SQL Server FCI in the Azure cloud, complete with a PowerShell script that handles the networking configuration.
At Microsoft Build, SQL Server 2025 enters public preview with major enhancements in AI integration, performance, reliability and developer tools -- reaffirming Microsoft’s continued investment ...
Splitting a string by a delimiter in SQL Server involves breaking a single text string into smaller parts based on a chosen character. This is often done using functions like STRING_SPLIT, which ...
While ledger is a game-changer for security, SQL Server 2022 also introduced new functionality around Dynamic Data Masking (DDM), T-SQL enhancements and more.
I would like to perform an inner join on the comma-separated string by doing the STRING_SPLIT as we usually do in the SQL Server but this is missing in the LINQ of the EF core, OR is there any othe ...
If you need to conditionally split values into multiple columns in Microsoft Excel, consider using the IF() function. Here's how.
Summary .Contains () in a .Where () expression translates to a SQL query that uses literal values, causing poor plan caching. SQL Server 2016 supports STRING_SPLIT, which can be used to pass in a ...