All Tags »
SQL Server 2008 »
dmv (RSS)
Sorry, but there are no more tags available to filter with.
-
Remember this post 46 New Dynamic Management Views In SQL Server 2008 CTP6?
I just checked SQL Server 2008 RC0 and there are no new Dynamic Management Views when compared to CTP6.
Sorry, can't make up any DMVs :-(
Now, if you could do this
SELECT CAST('00:15:00' as TIME(0)) + 5
instead of
SELECT DATEADD(hh,5,CAST('00:15:00' as ...