Cloning Ubiquiti's MongoDB instance to a separate server
A technical guide on cloning a Ubiquiti Unifi controller's MongoDB database to a separate server using mongodump and mongorestore.
A technical guide on cloning a Ubiquiti Unifi controller's MongoDB database to a separate server using mongodump and mongorestore.
A guide to using SQL Server's SWITCH operation to quickly modify schema on massive, non-partitioned tables with billions of rows.
Explains a behavioral change in sp_executesql between SQL Server 2005 and 2008 when executing parameterized stored procedure calls.
Explains why a MongoDB database often uses more storage space than a relational database for the same data, detailing factors like ObjectIds and key names.
daloRADIUS adds invoice and payment management features to its billing system, requiring user entries in the userbillinfo table.
How to manually change a project's artifactId in SonarQube when the UI doesn't support it, by directly updating the database.