(Pinal Dave) Today I am starting a week-long series where I will be discussing various SQL Server Monitoring Tools. My primary aim is to help people with my consulting workshop Comprehensive Database Performance Health Check. While I help customers with their various SQL Server performance issues, I
Community
Data Pump via ORDS
(Jeff Smith) With version 19.1 of Oracle REST Data Services (ORDS), you now have the option of enabling a Database Management REST API. I talked about that last week, and a TON of you clicked into that story, thanks!
TrackBy With ngFor Directive In Angular Application
(Jinal Shah) In this post, we are going to see a very interesting thing, trackyBy with ngFor directive.
‘Callable’ vs ‘Runnable’ Tasks in Java Concurrent Programming
(Aayush) When we write multi-threaded applications in Java, we are predisposed to implementing threaded classes by using the “Runnable” interface.
Quick Reference For NgModel Values And Template-Driven Forms In Angular 7.2.13
(Ben Nadel) As I’ve demonstrated recently, template-driven forms in Angular 7.2.13 can be very dynamic. In fact, you can even listen to the reactive events using a template-driven forms model.
MySQL InnoDB Cluster – consistency levels
(Frederic Descamps) Consistency during reads have been a small concern from the adopters of MySQL InnoDB Cluster (see this post and this one).
Ansible tips’n’tricks: provision multiple machines in parallel with Vagrant and Ansible
(Martin Bach) Vagrant is a great tool that I’m regularly using for building playground environments on my laptop.
Join Multiple SharePoint Lists to build SQL Server Reporting Services SSRS Report
(Svetlana Golovko) We have a couple of SharePoint lists that have SQL Server inventory related information. We would like to join these SharePoint lists to visualize memory distribution on our SQL Server hosts in a SQL Server Reporting Services (SSRS) report.
Simplifying AI with automated ML no-code web interface
(Tzvi Keisar) Artificial Intelligence (AI) has become the hottest topic in tech. Executives and business managers, analysts and engineers, developers, and data scientists, all want to leverage the power of AI to gain better insights to their work and better predictions for accomplishing their goals.
MySQL Functional Indexes
(Olivier Dasini) Since MySQL 5.7 one can put indexes on expressions, aka functional indexes, using generated columns. Basically you first need to use the generated column to define the functional expression, then indexed this column.
