New For SQL Server 2017: T-SQL Function CONCAT_WS 2018-03-29 Posted in: Development SQL Server 2017 T-SQL Concatenate With Separator-a new T-SQL function that "addresses" a real world problem. [...Read More]
New For SQL Server 2017: T-SQL Function TRIM 2018-03-23 Posted in: Development SQL Server 2017 T-SQL SQL Server 2017 gives us the new T-SQL function TRIM(), which has an added surprise. [...Read More]
STRING_AGG Return Types 2018-03-04 Posted in: Development SQL Server 2017 T-SQL After stubbing my toe on return data types, I find the new SQL Server 2017 function STRING_AGG() is pretty cool. [...Read More]