Tag Archives: software development

Message Queues in Software

I had high hopes for Service Broker when it was introduced in SQL Server 2005, but it doesn’t seem that many people have bothered to architect their applications to take advantage of it. I do see some people starting to use it, … Continue reading

Posted in Editorial | Tagged , | 2 Comments

The Shortage of Programmers

This editorial was originally published on May 12, 2008. It is being re-run as Steve is on vacation. At least at the top. I was reading the Joel on Software latest entry the other day about architecture astronauts and it … Continue reading

Posted in Editorial | Tagged , , | Comments Off on The Shortage of Programmers

The Principle of Least Privilege

One of the tenets of good security is that no person or process is granted more rights than it needs to accomplish a task. This is the Principle of Least Privilege, and is designed to ensure that your system is … Continue reading

Posted in Blog | Tagged , , , | 6 Comments

Deployment Failures

Years ago the company I worked for would patch the majority of our servers one Friday night each month. The Microsoft patches for the month, and other software patches, would be bundled up into SMS (Systems Management Server) packages and … Continue reading

Posted in Editorial | Tagged , | Comments Off on Deployment Failures