Future Proofing your SQL Database Queries
sqlservercurry.com
Future Proofing your SQL Database Queries
1–3 of 3 posts
Re: Future Proofing your SQL Database Queries
#2Somewhat padded article.
I wonder if SQL Server actually provides a facility to parse your SQL and highlight deprecated features. The runtime counters are handy but only count features which are executed so you can't guarantee to catch everything.
Re: Future Proofing your SQL Database Queries
#3I remember someone in my team using WMI too. Not sure if it is as good as the other options listed in the article