100 Posts

Since April 9, 2007, I’ve posted 100 times now.  I’m a numbers guy, so here’s what it breaks down to…

Declare @startdate date
Set @startdate = '4/9/2007'

Select DATEDIFF(Day, @startdate, getdate())/100.0

11.38 days per post – much smaller number than I thought it would be.  In the future, I’d like to get that number down to 2.5 or [...]

New Everything

I haven’t forgotten about this site – I’ve got a new job. I’ve gone out on my own and am starting a consulting company. At this point, it’s all SQL based. That will be the primary focus. It’s been two weeks since I left AMS and so far so good. [...]

Feeds for DBsandBIs.com

One of my the biggest things on my “to do list” for this site is to make it easy for readers to subscribe. I’ll be adding links to the main page, but in the mean time, here’s the links for right now:

Here’s the feed for my blog:http://www.dbsandbi.com/Blog/rss.xml

Here’s the feed for the News page:http://www.google.com/reader/public/atom/user/14135896925018987441/label/z_DBsandBI

A new version of DBsandBI.com is up and running!

After quite a few nights of babysitting ETL loads and verifying cubes builds completing successfully, the new and improved DBsandBI.com is up and going.

There is still a bit of work that needs to be done, but this is the basic structure for now. There is a links page, a blog, an about me page, [...]