sys.dm_database_mirroring_connections, sys.dm_db_mirroring_connections, and Query Editor in SSMS
Posted by: SQL Server 2005 Distilled,
on 10 Nov 2005 |
View original | Bookmarked: 0 time(s)
In September CTP, Microsoft renamed sys.dm_database_mirroring_connections to sys.dm_db_mirroring_connections to be consistent with other database DMVs (such as sys.dm_db_index_operational_stats and sys.dm_db_index_physical_stats). However the Query Editor in SSMS still (RTM build 9.00.1399.06) changes sys.dm_database_mirroring_connections (the old, non-existing DMV) to green and does NOT color code sys.dm_db_mirroring_connections (the new/current DMV name). Very minor thing, but do you also see the...