DMV与DMF是SQL Server 2005的新增功能。它使DBA方便在数据库服务器和数据库实例层面监测系统的运行状况,而不是向以往那样通过系统表来完成这些监测功能。

    DMV与DMF提供的信息非常丰富,但是细节并不容易理解。它们提供的功能分为两类:服务器层面与数据库层面。所有的DMV与DMF都存在于master数据中,属于sys schema。它们的命名规范如:   sys.dm_db_index_usage_stats。

    微软把DMV和DMF分为若干个目录:
     Common Language Runtime ,I/O Related ,Database Mirroring ,Query Notifications ,Database,Replication,Execution,Service Broker ,Full-Text Search ,SQL Server Operating System ,Index ,Transaction。

相关文章:

  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2022-01-24
  • 2021-04-30
猜你喜欢
  • 2022-01-05
  • 2022-12-23
  • 2022-01-05
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
相关资源
相似解决方案