Try something like this. This will give you all the tables, and/or views that the column is used in.
select table_name from information_schema.columns where column_name = 'mycolumn'
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples