(Matthias Hoys) I recently blogged about Oracle’s Always Free ATP cloud database which includes APEX (currently version 19.2) out of the box.
Other News
Displaying enum as select list in ASP.NET Core
(Gunnar Peipman) Some properties of model classes come as enums and we want to show enum values in select list when edit form is opened.
18 Things You Can Do to Remove MySQL Bottlenecks Caused by High Traffic (Part One)
(Peter Zaitsev) There was no reason to plan for it, but the load on your system increased 100%, 300%, 500%, and your MySQL database has to support it.
SQL SERVER – Unable to Disable Query Store for Always On Database
(Pinal Dave) One of my clients enabled query store features to perform some troubleshooting by themselves. Since they were not able to find the cause and fix the issue, the contacted me via my famous service Comprehensive Database Performance Health Check.
Download Multiple Files as a .Zip File using Angular
(Arvind Kushwaha) This article helps you to download multiple files as a zip file using Angular and SharePoint Online.
Load Excel Data Into SQL Server
(Matteo Lorini) The simple task of helping the line of business to load, read and analyze their data can sometimes be a challenge because of the division of roles and responsibilities that may prevent business users from having direct access to SQL Server.
The Bootstrap 4 Grid Deconstructed
(Serge Desmedt) An update article on what you can do with the flex based Bootstrap 4 Grid system and what makes it different from the Bootstrap 3 implementation.
Behavior Change Of AutoComplete = ‘Username’ In Recent Chrome Update
(Ben Nadel) As a web developer, I have a lot of different email addresses, both valid and simulated, that I use to test my applications.
MySQL Query Rewritten plugin now supporting DELETE / INSERT / UPDATE / REPLACE
(Sri Sakthivel Durai Pandian) MySQL has the inbuilt query rewritten plugin for rewrite the SQL statements which received by the server before execute them .
How to set IDLE TIME in Oracle Database
(Anuradha Mudgal) Today we are going to explore the steps which we use for set IDLE TIME in Oracle Database. Let’s follow the steps.