SQL Deprecated Features

  • Is there any easy way / tool to determine the usage of the SQL deprecated features both in SQL and .NET Applications?

    Thanks

  • 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]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply