Before diving into queries, confirm that sqlservr.exe is the process consuming the CPU, and not an antivirus, backup tool, or OS update. T-SQL Check Run this to see the CPU utilization history over ...
-- - Supports the scenario where log files list consist of both the file name formats -- - When CSV format is used, a check-constraint is added to the child table ...
With the official release of Microsoft's latest database offering, let's see what was improved and what still needs some work. Today, at Ignite, Microsoft announced the general availability of SQL ...
-- 16.0.1050.5 RTM GDR 2/14/2023 https://support.microsoft.com/en-us/topic/kb5021522-description-of-the-security-update-for-sql-server-2022-gdr-february-14-2023 ...
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 ...
Then you are chased to present an inventory of all your SQL Server instances in your park. It might sound trivial, but it is something that most of us probably don't have especially if you manage ...
JSON has stolen some of XML's thunder with features such as human and machine readability, a lightweight, compact text structure and support for many software and hardware platforms. JSON (JavaScript ...
In part 2 of a series, On VB columnist Joe Kunk provides a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database. In part one of this article, I described a ...