SQL Server - Searching for a column or table
This query will return all tables with and columns that match ‘test’ in any way. If you want to search against
views too, just remove the “t.table_type” restriction:
[Read More]