(Jack Vamvas) Question: I received an alert for a regular backup failure . A closer inspection of the sql server agent error logs displayed this error message:
Other News
TSQL history
(Daniel Calbimonte) In this article, we’ll take a look at a brief TSQL history and a few examples of loops, conditionals, and stored procedures
The Power of Data Masking for Data Protection
(Craig S. Mullins) Data privacy regulations and the desire to protect sensitive data requires methods to mask production data for test purposes.
Template Method Pattern In Java
(Shubhra Srivastava) The template method pattern is a behavioral pattern which suggests defining an algorithm more generally in the superclass. The algorithm is defined within a method known as the template method.
Upgrading my AlbumViewer Sample Application to ASP.NET Core 3.0
(Rick Strahl) ASP.NET Core 3.0 shipped yesterday and it’s a big release with many new features and a huge batch of performance updates.
Authentication in ASP.NET Core, SignalR and VueJS applications
(Daniel Jimenez Garcia) In this authentication tutorial covering ASP.NET Core and SignalR apps, we will explore how ASP.NET Core allows you to implement authentication using different schemes. We will start with cookie based authentication, discuss different authentication schemes followed by JWT Be
Encrypting Important Strings with Triple DES and .NET
(Hannes DuPreez) It might be the year 2019, but it is unbelievable how many people still do not protect their data, as well as developers not protecting their company’s data.
Shell/Bash Commands Execution from MySQL Client or Stored Procedure/function
(Ankit Kumar) Today I am going to explain ways to execute shell or bash commands from mysql clients or stored procedure and function.
Oracle 19c Automatic Indexing: Configuration (All I Need)
(Richard Foote) In this post, I’ll discuss how to configure the new Automatic Indexing capability introduced in Oracle Database 19c.
OIC: Handling Optional Elements in a REST Integration
(Jan Kettenis) This article is a follow-up of the a previous article where I discuss how to handle optional elements in case of XML in the Oracle Integration Cloud (OIC). In the following I discuss how to create an integration that invokes VBCS REST service and works in (almost) the same way as the
