Recent Posts

jQuery UI spinner widget

less than 1 minute read

In a project I was working on I was using jQuery UI and wanted to put a spinner on a numeric text box.  Then I discovered that jQuery UI, while an excellent ...

New Blog Location

less than 1 minute read

I’ve moved my blog away from Blogger and the blog.btburnett.com address.  Now you can find me at btburnett.com and using WordPress.  Hopefully I’ve got all t...

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.