If you are only interested in finding the use of a column in a stored procedure, the best way is to do a brute force search for the column name in the sys.sql_modules definition table, where the stored procedure / function definition is stored.
source
share