Archive for July, 2009
-
SQL Log Rescue – Undo for SQL Server
Posted on July 31, 2009 | 2 CommentsSQL Log Rescue – Undo for SQL Server. Came across this product again today to help with a particular need. I’ve used Red Gate products before at another employer and... -
Developer Blog » Check if external image exists
Posted on July 16, 2009 | No CommentsPhoto by bas:ilSo, we have a website that displays images from an external source based upon a URL. For various reasons, sometimes the external source does not have a valid... -
Data validation for datetime parameters in SSRS
Posted on July 6, 2009 | No CommentsData validation for datetime parameter in SSRS. Came across this piece of code for ensuring the end date comes after the start date. Just what I was about to write...