Browse by Tags
All Tags »
SQL Server (
RSS)
I just wanted to say a big congratulations to a friend of mine, Denis Gobo , on becoming a SQL Server MVP . Denis has taught me many things over the last few years with regards to SQL Server and he continues to be a fountain of knowledge on the subject...
Denis Gobo has just gathered a great selection of what he calls "a collection of frequently asked questions" and posted them in a new collection called SQL Server Programming Hacks . These include hacks from various categories such as: * 1 NULLS * 2 Dates...
What have I been up to? It's been a while since I last wrote a blog on here, so what have I been up to? Well, it's been a very busy time for me as along with the birth of our first child, I've been working on a few startup projects. One of these that...
I recently had a situation where I needed to highlight the ids in a given range which were out of sequence and not part of a range (i.e. 1,2,3,4,6, would show that 5 was missing). Fortunately, I found that this was quite easy to do with Common Table Expressions...
More Posts