Stored Procedures – time (again) to reassess their use?

comments
So in today's day and age stored procedures are not a new thing at all. DotNet Developers seem to put themselves in one of two camps, those that think they are awesome and use them for everything, and those that think they only have certain times when they are needed and only use them when the absolute need arises (these days, not regularly).

Output data as raw XML from MS SQL – a little known feature

comments
In the modern world we live in with Web Services, RPC calls and the like, SQL server has had a lot of work on its hands trying to keep its followers from leaving to newer ways to store data such as document databases. Microsoft SQL server is like an old friend that developers have either come to love or hate – but like old friends, they may have been keeping some secrets. One of these hidden gems appears in the shape of native XML output support for queries.

So long, and thanks for all the fish!

comments
So tomorrow is my last day at Alpha Salmon. I am moving on to new and exciting things, at a new workplace, and felt a blog post was in order. The decision to leave was not an easy one. I enjoy my work and all of the pluses it delivers such as boozy Friday afternoons at the work bar (they have an open bar in the building – win). I walk to work, so adding a commute will drastically change my daily life/amount of sleep as well. I have stayed here long enough that i am starting to become a grey hair member of the staff. Management has given me great flexibility to implement change, and i really enjoy(ed) the opportunities they gave me.

Exchange 2010 & Installing BES – The unsolvable riddle

comments
Over the last few days I've had the pleasure (2… 3… noot) of installing Blackberry Enterprise Server on our new (6 months old) Exchange 2010 setup at work. Setting up the permissions using the Exchange Command Shell lead me to a problem that drove me absolutely insane. When applying Send-As permissions using the exchange command shell commands that RIM themselves have in their documentation, i hit a brick wall.

Release of Google Analytics Dot Net

comments
So today is the day that a little side project I've been working on sees the days of light. GoogleAnalyticsDotNet allows you to log a page view to Google Analytics from code behind of a website or from within a web service or win forms project without needing to use the Google JavaScript code, or even use web browser at all.