(mdinh) Planning to move GoldenGate trail files from DBFS to ACFS.
Community
SQL SERVER – PRINT Statement and Format of Date Datatype
(Pinal Dave) I have said many times that I love my job because every single day I find something new to learn and explore. Recently while working on Comprehensive Database Performance Health Check, we took a 5 minutes coffee break and during that short time, one of the DBA asked me a question about
Fixing the ‘My SQL Developer UI is so tiny! Problem
(Jeff Smith) So you got a new computer and/or display – and it’s whiz-bang 4/5k resolution.
Java integration test with dockerized DB in jenkins
(ArindamNayak) This article explains how to setup integration test in jenkins using dokcerized database. It is important that we should execute the integration test in CI pipeline so that we get hold of any error in the CI itself.
When were the statistics last updated and how many rows were sampled?
(Kenneth Fisher) TL;DR; Final query is at the bottom.
Implementing SQL Server Integration Services with Azure Data Factory
(Marcin Policht) SQL Server Integration Services (SSIS) was first made available well over a decade ago as part of the release of SQL Server 2005, replacing Data Transformation Services, which had been integrated into the product since SQL Server 7.0.
Is there a future for Analytics on IBM Z?
(Leif Pedersen) In a series of blogs, written by Aymeric Affouard, Guillaume Arnould, Khadija Souissi and Leif Pedersen, we will provide our point of view of where the directions of Analytics are going and if IBM z has a role for Analytics in the future.
Intro to Unit Testing in Java With JUnit5 Library
(Yuri Mednikov) Check out this post to learn more about Java unit testing with JUnit 5.
Avoid multithreading traps with Roslyn: Lock object selection
(cezarypiatek) Multithreading is one of the most difficult aspects of programming and can cause a lot of headaches. The main source of problems is often improper usage of synchronization mechanisms, which can result in deadlocks or a complete lack of synchronization despite our expectations.
Change Default Location Of Views And Razor Pages In ASP.NET Core
(Bipin Joshi) ASP.NET Core MVC web applications typically store view files under Views folder and Razor Pages are stored under Pages folder.
