A colleague of mine found this great resource of SQL Server whitepapers:
http://www.sqlskills.com/whitepapers.asp.
A clear and concise article by Gunderloy on Getting Started with SQL Server Service Broker: http://www.developer.com/db/article.php/3640771.
Two useful MSDN security articles on preventing SQL injection attacks... Stop SQL Injection Attacks Before They Stop You: http://msdn.microsoft.com/m... New SQL Truncation Attacks And How To Avoid Them: http://msdn.microsoft.com/m... ......