Other News

Editorials

Message Queues in SQL Followup

Greg writes in as a response to using an SQL Server table as a queue instead of a queuing service. His requirements are simple, and this method works well for them. Regarding your question about queues in SQL Server, we have an application that uses SQL Server as a queue for emails. We decided to take this approach instead of […]

Community

When Index Scans Attack!

(Ember Crooks) We all know that table scans can be (but aren’t always) a negative thing. I have spent less time worrying about index scans, though. Index access = good, right? I thought I’d share a recent scenario where an index scan was very expensive. Maybe still better than a table scan, but with