I am using the TSql110Parser to list Identifier and QuotedIdentifier tokens in a particular T-SQL procedure (and all modules, eventually). The mission is to assemble a list of column(s) and their table(s) that are used in each module so we can identify obsolete columns, tables and modules in the database on a scripted basis.I am using the TSql110Parser to list Identifier