(Greg Larsen) When you turn on Transparent Data Encryption (TDE), the SQL Server database engine asynchronously starts encrypting data pages.
Community
JUnit 5 and Selenium – improving project configuration
(Rafal Borowiec) Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing. One of the Selenium’s components is a Selenium WebDriver that provides client library, the JSON wire protocol (protocol to communicate with the browser drivers)
Db2 11 for z/OS End of Support Coming This Year (2020)
(Craig S. Mullins) What better way to start off the New Year than with a quick blog post to remind everybody that the end of service deadline is looming for Db2 11 for z/OS… and that means it is time for you to move to Db2 12 for z/OS this year!
Get List Of Files From Google Drive In ASP.NET Core
(Bipin Joshi) Google drive offers a convenient way to organize and store your files in cloud. It has a rich user web interface that can be used to work with the files and folders.
Passing isArray() Decision Function Does Not Ensure Member Methods In Lucee CFML 5.3.3.62
(Ben Nadel) This post is primarily a note-to-self so I don’t make this mistake again. But, the other day, when I was working on the memory-leak detector code for Lucee CFML, I ran into a fun edge-case having to do with Reflection-style programming.
How to Compute Disorder for Machine Learning Decision Trees Using C#
(James McCaffrey) A decision tree classifier is a machine learning (ML) prediction system that generates rules such as “IF age < 42.0 AND height >= 71.0 THEN jobType = 3.”
Monitoring Results in MySQL Performance Gains
(Robert Agar) MySQL is one of the most popular and widely used database platforms in the world. If you are a DBA or database developer, there is a very high probability that at least some of the systems under your purview are powered by MySQL.
ADF Performance Monitor – Major New Version 9.0 (Part 1)
(Frank Houweling) I’m very excited to announce that we have a major new version of the ADF Performance Monitor – version 9.0 !
Listener log data mining with SQL
(Connor McDonald) If you take a look at the log files created by the listener, there is obviously a nice wealth of information in there. We get service updates, connections etc, all of which might be useful particularly in terms of auditing security
Protect your data with Encrypted Data Pump Jobs
(Jeff Smith) Protecting your data while it resides on DISK is critical. For example, if you have DBF files for your TABLES and INDEXES, you should probably encrypt those.