Try this T-SQL
SELECT * FROM sys.dm_os_performance_counters WHERE object_name LIKE ('%deprecated%')
and/or read this:
http://msdn.microsoft.com/en-us/library/ms186265.aspx
If everything seems to be going well, you have obviously overlooked something.
Ron
Please help us, help you -before posting a question please read[/url]
Before posting a performance problem please read[/url]