(Jeffrey Kemp) We had just gone live with a fairly big system move + upgrade – a suite of APEX applications shifted from one database instance running APEX 5 to another instance running version 19.1.
Author: SSWUG Research
Optimizing Mainframe Data Access
(Craig S. Mullins) Nobody can deny that the amount of data that we store and manage continues to expand at a rapid pace. A recent study by analysts at IDC Corporation concludes that the size of what they call The Global Datasphere will reach 175 zettabytes by 2025.
Understanding Important Concepts in JavaScript
(Anupam Gupta) In this tutorial we look at basic but important concepts in JavaScript, like non-blocking, single threaded, callback functions, event loop etc.
Getting Started on AWS RDS
(Grant Fritchey) I’m expanding my skill set into AWS in a big way. So, one of the things I do when I’m learning a technology is to write blog posts about that tech.
StructMapping – Mapping JSON to and from a C++ structure
(bk192077) I would like to define a C++ structure, pass the person instance to the mapping method along with JSON data, then use the filled structure. Or vice versa, get Person as JSON. StructMapping is trying to solve these problems.
Extract, Import and Migrate SSIS Project
(Joe Gavin) You have a SQL Server Integration Services (SSIS) Project deployed to an Integration Services Catalog and need to make changes to it or move it to another server, but you don’t have the original source file or access to the Project source.
Automate MySQL Partitioning using events and procedures
(Ted Wennmark) The purpose of this post if to show how you can automate the creation and pruning of partitioned tables. If you want to read about partitioning I recommend reading our manual.
Developing on Docker with the new and improved Visual Studio Container Tools (and WSL2)
(Scott Hanselman) I’ve been spending a lot of time with Docker lately. Docker Desktop on Windows is great and getting better every day. Now that WSL2 (Windows Subsystem for Linux) is rolling out stable over the coming weeks and Docker Desktop supports WSL to host Linux containers directly, I’m findi
ASP.NET Core WebSockets and Application Lifetime Shutdown Events
(Rick Strahl) A couple of days ago I received a bug report in my Westwind.AspnetCore.LiveReload repository that revolves around the application life cycle handling events.
A First Look At Azure Synapse Analytics
(Prasad Kulkarni) Reading through the article will reveal that Synapse Analytics is set to be the new end to end analytics solution in Microsoft Azure.