Yes, it's non-sensical and somewhat circular but is a statement that makes much sense. Thinking about it though:
- As a software developer, it is extremely unlikely that you'll come across a problem that no one else has had to solve and solve repeatedly. The first rule of writing great code is not to - if libraries exist, use them!
- As a sysadmin you are most probably administering systems that plenty of other people take care of, satisfying similar requirements to those that many of your contemporaries are burdened with. The chances that none of them have posted or blogged their solutions and thoughts are quite low.
- As a DBA, unless you have an environment the rest of us envy, then you'll have an environment the rest of us have relevant experience on - please use it.
If you can find a library, a set of scripts, a whitepaper or a blog entry/post that describes a suitable solution, you'll benefit. One of two things shall happen:
- Your problem will be solved, and you can do something else
- A possible approach will have been explored and excluded, narrowing your search
Simple really - but as the great one did say, it's much harder to be simple.
No comments:
Post a Comment