Tips for using Transactional Replication in SQL Server 2019 (Part 2) Consider increasing the -CommitBatchThreshold parameter of the Distribution Agent. This parameter specifies the number of replication commands to be issued to the Subscriber before a COMMIT statement is issued. The default value is 1000. If you do not need continuous replication, avoid configure the Distribution Agent to run continuously....
Other News
Database Design and Logical Asseveration for SQL Query Optimization
(Jignesh Raiyani) Database design and Logical Asseveration play a vital role in database performance and SQL Query optimization. Both have different parameters to make your database and the query accurate.
Creating or Altering an Objects with a Single Statement
(Gregory Larsen) Do you get tired of having your CREATE PROCEDURE statement failing if the stored procedure already exists? If you are like me then you probably hate this as much as I do.
IBM Power Systems Infrastructure I/O for SAP Applications
(Dino Quintero, Edmund Haefele, Gerd Kehrer, Katharina Probst) This IBM Redpaper publication outlines experience gained by the authors on architectures working well in client environments.
Java’s Missing Features: Five Years Later
(Ben Evans) Almost five years ago, I wrote an article outlining some feature ideas from other languages that I felt could be of benefit to Java.
Oracle multi-tenant and library cache isolation
(Frits Hoogland) This post is the result of a question that I got after presenting a session about Oracle database mutexes organised by ITOUG, as a response to the conference cancellations because of COVID-19.
Oracle Database on YouTube
(Jeff Smith) I’ve been working from home since about 2008, but for many of you it’s no longer just a perk. It’s a side effect of the worldwide response to the Corona virus. Obviously I’m hoping all of your are well and safe at home, and things are back to ‘normal’ as quickly as possible.
Compute in Oracle Cloud Infrastructure(OCI)
(Jagruti Jasleniya) Compute is one of the key component in Oracle Cloud Infrastructure. Compute is a machine with Instance Type ,OCPUs(Oracle Compute Unit) , RAM , local disk , network bandwidth and number of VNICs you can attach to your instance.
Using the OAuth 2.0 device flow to authenticate users in desktop apps
(Thomas Levesque) Over the last few years, OpenID Connect has become one of the most common ways to authenticate users in a web application.
Make your C# applications faster with LINQ joins
(Tim Deschryver) I’ve experienced a handful of times that an application has slowed down sufficiently without a code change.