(Jeffrey Kemp) It’s not a common requirement in my experience, but it does come up every now and then: a customer is happy with a simple Report + Form but when they open a record, they want to be able to make their changes and go to the “next” record in one button click, instead of having to go back
Community
Installing Oracle 20c Binary on OEL 7.5
(Anuradha Mudgal) In this post, we are installing Oracle 20c binaries on OEL 7.5. First, we need to download the software then unzip it on oracle home and start runInstaller from the software location.
Hints in the cloud or not
(Ric Van Dyke) Don’t think of a hint as some way of encouraging the optimizer to do something, it is a demand to do something.
Publish Nuget packages in Azure DevOps Pipelines
(damienbod) In Azure DevOps, Pipelines can be used to build your solution, create a Nuget package and publish the Nuget package to the Nuget feed for further usage.
Tag Islands And CFScript-Based Tags Bring Perfection To ColdFusion In Lucee CFML 5.3.4.80
(Ben Nadel) In February of this year, I wrote two back-to-back posts about fascinating features of Lucee CFML. First, that you could use all ColdFusion tags in CFScript using a consistent syntax (thanks Gert Franz); and, second, that Lucee CFML supports Tag Islands within CFScript (thanks Andrew Kre
Blazor WebAssembly Tackles Progressive Web Apps
(David Ramel) The client-side effort of Microsoft’s Blazor project — for C#-based web development powered by WebAssembly — is out in a new preview before a May debut, adding support for Progressive Web Apps (PWAs) among several other new features.
An introduction to Functional indexes in MySQL 8.0, and their gotchas
(Saverio Miroddi) Another interesting feature released with MySQL 8.0 is full support for functional indexes.
Azure Data Factory Multiple File Load Example – Part 2
(Koen Verbeeck) In this two-part tip, we are created a metadata-driven pipeline which will copy multiple flat files from Azure blob storage to an Azure SQL Database. The flat files can have different delimiters and are stored in different folders and there are multiple destination tables as well.
Resizing All ag-Gird (React) Columns
(morzel) Is it possible to resize all columns while enjoying the benefits of virtualization? If your grid cells contain only text and you know the font then yes, it’s possible.
Extended Events: system_health and a Long Running Query
(Grant Fritchey) Wouldn’t it be great to just quickly and easily take a look at your system to see if you had any queries that ran for a long time, but, without actually doing any work to capture query metrics?