01 July,2014 by Jack Vamvas
Question: I’m upgrading to a SQL Server 2012 version . How can I track SQL Server deprecated features ?
Answer: Finding deprecated features , scheduled for removal in future SQL Server releases is good practise during a SQL Server upgrade. SQL Server supplies a Perfmon object - <INSTANCE_NAME>:Depreacted Features . The Deprecated features Perfmon object tracks the usage of all known deprecated features.
You have a choice of choosing an individual feature or all features . I prefer to use All features , and send a report to the instance owners
This is a sample Perfmon using Current Activity reporting on deprecated feature usage.
SQL Server Performance Checklist - SQL Server DBA
Performance Monitor Counters for SQL Server ... - SQL Server DBA
The future of the SQL Server Performance Tuning ... - SQL Server DBA
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |