March 05, 2020
Have you ever needed to analyze and then bulk update a set of records in your database, only to quickly find that the process of doing so was much more complicated than originally anticipated?
It’s a common task. There are all sorts of updates that you might need to make on a weekly, monthly, or sporadic basis: change owners, update dates, add new values, and others.
But often, those bulk[…]