(Paul Namuag) In our previous blogs, we discussed MHA as a failover tool used in MySQL master-slave setups.
Community
Hacking together faster INSERTs
(Connor McDonald) Most developers tools out there have some mechanism to unload a table into a flat file, either as CSV, or Excel, and some even allow you to unload the data as INSERT statements.
SQL SERVER – REBUILDDATABASE Error: 0x84CF0004 – While updating permission setting for folder The Permission Setting Update Failed for File
(Pinal Dave) This blog would be useful for those who are recovering from a disaster and are trying to rebuild system databases for SQL Server.
Removing HTML Tags From Text In Power Query/Power BI
(Chris Webb) Recently I found I needed to remove all the HTML tags from some text in Power Query.
Guru: 7.4 Brings New RPG Goodies
(Jon Paris) As I’m sure you know by now, IBM recently announced version 7.4 of IBM i. Along with major enhancements such as Db2 Mirror, we also got a number of new RPG features.
Angular Internationalization Example
(Yatin Batra) Welcome readers, in this tutorial, we will implement internationalization in an angular application.
Making a tiny .NET Core 3.0 entirely self-contained single executable
(Scott Hanselman) I’ve always been fascinated by making apps as small as possible, especially in the .NET space. No need to ship any files – or methods – that you don’t need, right?
Giving (click) Anchor Links Tab-Access Using A Directive In Angular 7.2.15
(Ben Nadel) Ever since reading Accessibility For Everyone by Laura Kalbag, I’ve become much more aware of the accessibility failings in my own user interface (UI) architecture.
Uno Platform Ports Open Source Windows Calculator (C++) to Web/iOS/Android (C#)
(David Ramel) While porting a calculator to a different platform might seem simple — how hard can it be to convert code for addition/subtraction/multiplication/division? — the reality is far different.
CHECK constraints in MySQL
(Olivier Dasini) MySQL (really) supports CHECK CONSTRAINT since version 8.0.16.
