The CONCAT_WS String Function in SQL Server 2017

In this article, we will be discussing about the CONCAT_WS string function, which was first introduced in SQL Server 2017   About the CONCAT_WS String Function in SQL Server The CONCAT_WS string function, is function that was originally shipped with SQL Server 2017. This function, provides more flexibility for string operations.   Definition CONCAT_WS concatenates a … Read more…

What’s New in SQL Server 2017 Database Engine

SQL Server 2017 (also known as SQL Server vNext) and the new Azure SQL Database are finally here and they are generally available! In subsequent articles we will analytically examine every new feature using many examples.   SQL Server 2017 (and later) Now Also Supports Running on Linux and Docker Containers! In this post, we … Read more…