(Jovan Popovic) Azure SQL Database is a fully managed latest stable version of SQL Server Database Engine hosted in Azure cloud that has several built-in features that protect and manage your data.
Community
Advanced MySQL JSON_TABLE
(Dave Stokes) JSON_TABLE is one of the more complex functions that arrived in MySQL 8. It takes schemaless JSON data and turns it into a relational table. So your NoSQL data becomes SQL data and you can use good ol’ SQL where clauses on that temporary relational table!
JET 5.1: How to integrate a chatbot in your JET application.
(Luc Bors) Recently I have been working on a customer chatbot project. Although it was not a direct requirement, I decided to look into embedding the chatbot in a web application too.
Docker host and bridged networking. Running library/httpd on different ports
(Maarten Smeets) Docker provides different networking options. When using the Docker host networking, you don’t have the option to create port mappings.
How to Quickly Copy Data Using SQL Server Data Tool (SSDT)
(Simon Liew) I have a table with many columns in Teradata. I wanted to copy data from this Teradata table quickly to SQL Server to do some data reconciliation.
Oracle CENTROID package update
(Simon Greener) Today I checked the processing of the CENTROID_A method within the free CENTROID package that many download from my website.
Use Power BI JavaScript SDK And Embed The Power BI Report In HTML Page – Power BI Embedded – Step By Step – Part Five
(Dhruvin Shah) In this article, we will learn how we can embed our Power BI report in HTML Page using JavaScript SDK. I have attached the code to this article. You can directly download the HTML file.
Copying formatted text out of a grid column.
(Kenneth Fisher) I was reading a post today by Bert Wagner (b/t).
Array and Boolean
(David Walsh) One of the annoyances of old-school JavaScript was side effects; then Array.prototype got methods like filter, map, and forEach so we didn’t need to burn variables before looping over values.
EXPERIMENT: Creating A Promise-Inspired Future Constructor In ColdFusion 2018
(Ben Nadel) To be honest, when I saw that ColdFusion 2018 had “Futures”, my first reaction was something like, “Awesome, we now have Promises in ColdFusion!”
