Some guys from my old team needed a little help with some Oracle database programming. They were confused by the syntax of some C coding. Luckily I had dealt with this issue before, and could point them in the correct direction.
I did a Google search for the phrase EXEC SQL AT. Wouldn't you know it? A blog post I had written a year and a half ago is sitting on Page 1 of the SERP. In fact, I am in position number 2. Woo hoo.
Now here comes the good stuff. If you enclose EXEC SQL AT in quotes, then a Google search puts me at number 1 on Page 1. Yes. Perhaps this is a niche search query. But I love that I am on top. It just so happens that my page explains the background needed by a developer to get busy with understanding the concept. I am glad Google has rewarded me with the honor of being at the top.
Reproducing a Race Condition
-
We have a job at work that runs every Wednesday night. All of a sudden, it
aborted the last 2 weeks. This caused some critical data to be late. The
main ...