Recent Posts

Creating GUID Derived Column in DTS

less than 1 minute read

If you want to add a constant GUID to a table during a DTS transformation, it’s a little tricky.  Here’s the solution.

Monitoring a WCF Service Host

2 minute read

One problem I’ve been running into is my ServiceHosts failing out in my long running background services. I’ve written the following class to help monitor th...