Here's the scenario: you want to find all of the cases in which a particular column name gets used. Here's the simple version, built off of sys.sql_modules: This works just fine if you have a unique column name or you're willing to wade through a number of false positives. In my case, though, I had…