Tracking the Use of Deprecated SQL Server Features

SQL Server 2008 provides performance counters and trace events that you can use to track which deprecated features are being used in your environment.

Itzik Ben-Gan

December 22, 2008

1 Min Read
ITPro Today logo

To help you track the use of deprecated features, SQL Server 2008 provides performance counters and trace events. The SQLServer:Deprecated Features object provides the Usage counter and an instance for each deprecated feature. Regarding trace events, the Deprecation Final Support event is logged when you use a feature that will be removed from the next version of SQL Server, and the Deprecation Announcement event is logged when you use a feature that will be removed from a future version of SQL Server

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like