THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » Dynamic Management Views   (RSS)
  • When was my database / table last accessed?

    A frequently asked question that surfaced again today is, ''how do I see when my data has been accessed last?''  SQL Server does not track this information for you.  SELECT triggers still do not exist.  Third party tools are expensive and can incur unexpected overhead.  And people continue to be reluctant or unable to constrain ...
    Posted to Aaron Bertrand (Weblog) by AaronBertrand on May 6, 2008
  • 46 New Dynamic Management Views In SQL Server 2008 CTP6

    Remember the 33 new DMVs in SQL Server 2008 post? I was just poking around in SQL Server 2008  CTP6 and wanted to know if there were any new Dynamic Management Views since CTP5. There are 13 new DMVs in CTP6 and there are a total of 46 new Dynamic Management Views compared to SQL server 2005. The list of them is below, I think their ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on February 21, 2008
  • 16 Changed Dynamic Management Views in SQL Server 2008

    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 ...
    Posted to Aaron Bertrand (Weblog) by AaronBertrand on February 7, 2008
  • 33 New Dynamic Management Views In SQL Server 2008

    I was just poking around in SQL Server 2008 and wanted to know if there were any new Dynamic Management Views. There are a total of 33 new Dynamic Management Views. The list of them is below, I think their names make clear what the dmv is supposed to do (or at least I think I ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on February 6, 2008
  • Dynamic Management Objects are nice, but...

    Don't get me wrong, I really like the catalog views and dynamic management objects. There is so much information revealed to us now; previously, only available through PSSDiag, obscure or unsupported/undocumented DBCC commands, or not at all. But there are a couple of issues that I think should have received more attention during development. ...
    Posted to Aaron Bertrand (Weblog) by AaronBertrand on December 27, 2006
  • A custom report for Management Studio : Show Blocking

    Note that the techniques described in this post require the latest CTP of Service Pack 2 for SQL Server 2005 on the client (but the custom reports can run against a server that is at a lower build level). Since the early betas of ''Yukon,'' which later became SQL Server 2005, I remember being very eager to play with the reports that Management ...
    Posted to Aaron Bertrand (Weblog) by AaronBertrand on December 19, 2006
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement