Joe Webb Blog

Musing and observations about SQL Server, other technogies, and sometimes just life in general

The certification treadmill

Sometimes it seems that pursuing certification in a technology is tantamount to running on treadmill. On a treadmill you spend countless hours toiling away, working up a sweat and exerting yourself beyond what you thought you could do. Read more →

Blogging and my new Twitter site

My good friend Kevin Kline recently posed a question on one of his blogs: what is the best frequency, depth, and type of blog posting? Are readers most interested in more thorough postings that are more akin to full fledged magazine articles, with the understanding that those will appear far less often since they are more time consuming to create? Read more →

More conditional formatting in SSRS

In a prior post, I demonstrated how to use conditional formatting techniques to change the background color of every other row in tabular report. In that example, I used the Immediate If (IIF) function to change the BackgroundColor property of the odd rows to silver. Read more →

SQL Server locks: a sleeping process still holds them

Fellow SQL Server enthusiast and online friend of mine, Jonathan Kehayias is very active in the MSDN Forums. He frequently provides good, insightful information to those seeking advice. In response to a recent question in the Database Engine Forum, Jonathan provided a good example how a process marked as sleeping can still hold locks on a SQL Server resource. Read more →

SQL Server Virtualization

Next week at the Nashville SQL Server User Group, John Rives of Amniox is going to speak about using SQL Server with clustered virtualization. Unfortunately, I'm not going to be able to attend due to a prior commitment, however I have spoken with John about his presentation and it definitely sounds promising. Read more →

Finding IDENTITY columns

As database administrators and developers, it's our job to know the in's and out's of the data in our charge. Whether we're designing entity relationships to support underlying business requirements, optimizing indexes to achieve the best response times, or writing a query to retrieve the right data in the most efficient manner, having an intimate knowledge of the database is key. Read more →

Working with tempdb

I was searching for something online the other day and stumbled upon this TechNet article - Working with tempdb in SQL Server 2005. It's a good little article and I wanted to share it with you. Read more →

DevTeach/SQLTeach wrap-up and review

Over the years, I've had the opportunity to attend, and even speak at, many technical conferences both here in the United States and abroad. Some of the conferences had only a couple of hundred attendees while others boasted of attendance figures in 5 digit range. Read more →

Identifying Performance Bottlenecks

Thanks to everyone who attended my "Identifying Performance Bottlenecks" session this morning at DevTeach/SQLTeach. As promised, here is the PowerPoint slide deck I used during the presentation. Regarding the question of on the performance of LINQ, Bob Beauchemin recently posted a series of blogs entries on the topic. Read more →