Another option for splitting strings in TSQL. This one addresses a shortcoming of STRING_SPLIT.
[...Read More]
Get started with a few examples using the OPENJSON and JSON_VALUE functions.
[...Read More]
Concatenate With Separator-a new T-SQL function that "addresses" a real world problem.
[...Read More]
SQL Server 2017 gives us the new T-SQL function TRIM(), which has an added surprise.
[...Read More]
After stubbing my toe on return data types, I find the new SQL Server 2017 function STRING_AGG() is pretty cool.
[...Read More]
SQL Server Reporting Services 2017 now has a separate installation. There have been changes...
[...Read More]
Dave ponders Machine Learning Services and sp_execute_external_script WITH RESULT SETS...again.
[...Read More]
Dave ponders Machine Learning Services and sp_execute_external_script WITH RESULT SETS.
[...Read More]
A stored procedure can return multiple result sets. Why can't I do the same with sp_execute_external_script? ??
[...Read More]
How to configure Visual Studio to run Python, using the SQL Server 2017 Python interpreter.
[...Read More]