Approaches in File Organization One approach to mapping the database to files is to use multiple files and store fixed length records only in a specific file. An alternative is to structure ours files so that we can accept multiple lengths for records; however corrected files length recordings are easier to implement than variable length files. A lot of the...
Other News
Azure VM High Availability and Disaster Recovery Options for SQL Server
(Vitor Montalvao) I need my VMs to have the ability to recover from failures and continue to function in a way that avoids downtime or data loss. How can I achieve that in Azure?
React-Redux Stethoscope
(YasIkeda) This is a testing utility for React-Redux apps that provides hooks to run tests after each redux action.
MySQL Linux to Windows
(Michael McLaughlin) My students want to transfer their course setup MySQL files from the Linux VM that I provide to Microsoft Windows 10. This post explains how because I found a couple small errors in the Google’d posts they would most likely see.
Figure It Out
(Karl Fast and Stephen P. Anderson) Color is, without a doubt, the visual element most often misunderstood and misused.
19c Grid Infrastructure Upgrade Failures with OEDACLI
(Andy Colvin) As part of an ongoing project, I’ve been performing a fair amount of upgrades to 19c on Exadata systems. Several of those systems are virtualized, running Oracle VM (based on Xen).
Let’s Develop An Angular Application – Transfer The Data From Parent Component To Child Component Using @input() Decorator
(Shervin Cyril) This is the 5th article published as part of my ‘Let’s develop an Angular application’ article series.
SQL SERVER – Wait Statistics Generated by oStress – Insert Workload
(Pinal Dave) When I write blog posts, I am never sure how popular they will get and who will read them. It seems my recent blog post about oStress has got lots of popularity.
MySQL NDB Cluster 8.0.20 new features
This post is about changes in the implementation of NDB Cluster from MySQL NDB Cluster 8.0 through 8.0.20, as compared to earlier release series.
Using Expando DOM Properties To Power The IntersectionObserver API In Angular 9.1.6
(Ben Nadel) Earlier this week, I took a look at using expando DOM properties in Angular 9.1.6.