My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/dmvs and CROSS APPLY
The new RSS feed is here
In SQL 2005 there is a new feature by which you can
extend a result set with the results of another resultset. You might think thats
nothing new because thats exactly what a join is, and with the combination of
derived tables you have full control, and you can use table valued functions.
... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/dmvs and CROSS APPLY