News

Using `OPENXML`, specific fields such as first name, middle name, and last name are extracted from each `` element and sorted by last name. This process demonstrates effective handling of hierarchical ...
If when installing SolidWorks, Microsoft SQL Server fails to install, first change block sizes and the instance name and see. More solutions here.
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 ...
XML Injection is a security vulnerability where attackers inject malicious XML data into a web application’s XML processing function. This occurs when an application accepts XML input from users and ...
XML is widely used in development of educational resources database system (ERDS) because of its natural traits: easy-to-interpreted, criterion-opened, extensive, cross-platform compatible. But there ...
Joey on SQL Server SQL Server 2022: Every Licensing Detail You Need To Know Microsoft's relational database engine has had the same licensing model since 2012.
Joey on SQL Server Deep Dive into SQL Server 2022's Query Performance Features, Part 2: PSP Optimization Reduce workload times with this handy feature that can benefit every database pro.
With the latest public preview available, it's time to see if you want to upgrade to the most cloud-connected version of SQL Server so far.
In this post, I want to cover how you can create a dacpac for SQL Server 2022 databases using sqlpackage. So that you keep the new SQL Server 2022 compatibility level when you deploy new databases.