...and it looks like there's over 180 tables that have this column in it.
When I find a table with the column I'm looking for, I do this:
SELECT *
FROM <table_name>
WHERE TermCalendarID in (1,2,3,4,5,51,53,138,133)
It would be nice to be able to do this without having to look through a...