(Anton Scheffer) Just a quick blog to get me through the Christmas eve. More than 5 years ago I wrote a blog about FTPS from an Oracle database.
Author: SSWUG Research
How to Deal with Triggers in Your MySQL Database When Using Tungsten Replicator
(Chris Parker) Over the past few days we have been working with a number of customers on the best way to handle Triggers within their MySQL environment when combined with Tungsten Replicator.
How to Create a Machine Learning Decision Tree Classifier Using C#
(James McCaffrey) A decision tree classifier is a machine learning (ML) prediction system that generates rules such as “IF income < 28.0 AND education >= 14.0 THEN politicalParty = 2.”
Generating a PDF Document Using C#, .NET, and iText 7
(Chandra Kudumula) This article is about generating PDF documents using C#, .NET, and the iText library.
Using nameof operator in C#
(Gunnar Peipman) There’s one very useful and often overlooked operator in C#. It’s called nameof and its purpose is to return name of something.
The DB2Night Show #221: Db2 Advanced Log Space Management
(Martin) 100% of our studio audience learned something!Michael gave a deep dive into the latest log improvements in Db2 11.5.
What is the JDK? Introduction to the Java Development Kit
(Matthew Tyson) The Java Development Kit (JDK) is one of three core technology packages used in Java programming, along with the JVM (Java Virtual Machine) and the JRE (Java Runtime Environment).
DevOps for databases: ‘DataOps’
(James Serra) DevOps, a set of practices that combines software development (Dev) and information-technology operations (Ops), has become a very popular way to shorten the systems development life cycle and provide continuous delivery of applications (“software”).
Watching SQL Server Stuff From Performance Monitor
(Michael J. Swart) Taking a small break from my blogging sabbatical to post one script that I’ve found myself writing from scratch too often.
Connecting to Integration Services Access is Denied in SQL Server 2016 or 2017
(Sergey Gigoyan) After installing SQL Server 2017 or SQL Server 2016, a user tries to connect to SQL Server Integration Services (SSIS) for the first-time using SQL Server Management Studio (SSMS), most likely the connection attempt will fail. The received error message indicates: Failed to retriev
