(Hemant K Chitale) In the previous blog post, I had a remark “We’ll explore the implications of “REFRESH FAST” and just “REFRESH” alone in a subsequent blog post.”
Other News
Disk Latency for SQL Server Database and Transaction Log Files
(Eli Leiba) I need to create a method of reporting the SQL Server database data and log files that have latency issues. The criteria for measuring the IO busy levels is presented as “average tot
A Complete Java Classes Tutorial
(Vijay Kumari) Java class is a basic concept of object-oriented programming. Java is an object-oriented programming language, so Everything in java is associated with java classes. In this article, we will learn about java classes and we use the java classes with example programs.
Java on Container Like A Pro
(Vivek Thakur) Modern day software systems are moving towards containers, and there are few important factors to understand, before we move our Java / JVM based applications on containers and these factors are raising questions if Java is really good for containers? so lets see how java is making pr
Check Whether an Input Argument Is Null in C#
(Srinath M S) Use this extension method in C# to check whether or not an input argument is null, and throw an error if necessary.
Grant Privileges on a Database in MySQL
(Meenakshi Agarwal) This tutorial explains how you can grant privileges on a database in MySQL. It will introduce you all the steps beginning from connecting to MySQL and then accessing the MySQL commands to set the desired level of privileges.
Oracle EBS 12.2 – ADOP ad_zd_prep.create_patch_service exact fetch returns more than requested number of rows
(Senthil Rajendran) Oracle EBS 12.2 – ADOP ad_zd_prep.create_patch_service exact fetch returns more than requested number of rows
SQL SERVER – T-SQL Script to Identify TOP 10 Parallel Running Queries
(Pinal Dave) Today we see T-SQL Script to Identify TOP 10 Parallel Running Queries which I wrote as a part of my Comprehensive Database Performance Health Check yesterday’s engagement. You may read my Read What My Clients Say about my performance services here.
Trying To Find My Preferred Format For Method Annotations In Lucee 5.3.2.77
(Ben Nadel) One of the many differences between Adobe ColdFusion (ACF) and Lucee CFML is that Lucee won’t alter the runtime behavior of the ColdFusion code based on JavaDoc-style annotations.
Migrate from a single MySQL Instance to MySQL InnoDB Cluster using CLONE plugin
(Frederic Descamps) When somebody wants to migrate from a single MySQL instance to a full HA solution using MySQL InnoDB Cluster, the best solution to reduce the downtime is to use asynchronous replication and switch database only once at a certain point in time when everything is ready.
