Daily Archives: Thursday, 13 November, 2008

Throwing exceptions

When reviewing some code today I noticed some code that catches an exception, does something with it and then explicitly throws it again. The code looked something like this: try { // Do something that might cause an exception } … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments

SQL Server Spatial Queries talk

Well, I was battling a huge cold that day but SQL Bits have still put up the talk I did on SQL Server 2008 Spatial Queries. They’ve edited it to take out the point I coughed so loudly I almost … Continue reading

Posted in Uncategorized | Leave a comment