(Craig S. Mullins) Today brings the fourth, and final installment of our series examining the different types of changes that can be made to database objects and structures in Db2 for z/OS. Part 1 introduced the three types of changes, part 2 examined simple database changes, and part 3 took a look
Community
Packages and static imports in Java
(Jeff Friesen) In my previous Java 101 tutorial, you learned how to better organize your code by declaring reference types (also known as classes and interfaces) as members of other reference types and blocks.
How Does The CHOOSE Command Affect Performance?
(Grant Fritchey) Questions absolutely drive my blog content and I really liked this one: how does the T-SQL CHOOSE command affect performance.
Accessing Managed Instance via SSMS
(James Serra) It used to be that the only way to use SQL Server Management Studio (SSMS) against Azure SQL Database Managed Instance (SQLMI) was to create a VM on the same VNET as SQLMI and use SSMS on that VM.
Create Image Slider Using ReactJS
(Sanwar Ranwa) In this article, we will learn how we can create an image slider using Reactjs react-slick library. Image slider, also called image carousels, is very useful for displaying multiple images to create a slide show.
SQL SERVER – sp_helpdb – Accidental Discovery
(Pinal Dave) If you are a regular reader of this blog post, you probably are aware that primary business is to help people improve their SQL Server query performance while consulting service Comprehensive Database Performance Health Check.
Writing MySQL Shell Plugin (REPORT)
(Ivan Ma) MySQL Shell is a powerful tool. It allows Javascript, Python and SQL access to MySQL.
Blazor Finally Complete as WebAssembly Joins Server-Side Component
(David Ramel) It’s been a long time coming, but .NET developers can now finally enjoy a full-stack, production-ready Blazor framework for creating web applications with C# instead of JavaScript.
Where Did Filters Go in Vue 3?
(Shawn Wildermuth) With Vue 3 now in beta, some people are starting to look into it deeper (including me).
Reading EXIF Orientation And Auto-Orienting Images Using GraphicsMagick And Lucee CFML 5.2.9.31
(Ben Nadel) This doesn’t come up a lot at work; but, sometimes, a user will upload a photo from their phone. And, while the photo looks “fine” on the phone (and on their computer), it will render as rotated in the browser.