|
|
|
|
Browse by Tags
All Tags » Katmai » SQL Server 2008 » dynamic management views (RSS)
-
Yesterday Denis Gobo told you about 33 new DMVs in SQL Server 2008;
previously, I had noticed that a few of the existing DMVs from 2005 had
changed slightly. So, Denis sparked my curiosity, and I ran the
following query on a recent build of SQL Server 2008, which had a linked server pointing to SQL Server 2005:
SELECT s1.vn, s1.cn ...
|
|
|
|
|