The day job consists of maintenance for a legacy application suite. It is a relatively large project. The project provides the customer with a lot of money. Figured this would be a good topic to write about. So I started my Software Maintenance blog.
Luckily the antics of software development and maintenance provide for lots of topics to write about. Figured I would get 10 to 15 posts written, then add some Google Adsense ads to monetize the blog. Well I am up to 40 posts on that blog now. Total revenue from ads is a whopping 58 cents.
Not exactly time to quit the day job. But blogging is fun. And I have something to talk about with the development staff, family, and friends.
Digging Deeper into DEPTREE_TEMPTAB
-
I had previously written about running a script to set up the
DEPTREE_TEMPTAB table in my schema. I knew it was used to track
dependencies. But I knew li...