How can I get a list of all the tables that have a specific column name?
Pretty simple on a per database level
Use DatabaseName Select * From INFORMATION_SCHEMA.COLUMNS Where column_name = 'ColName'
1.4m articles
1.4m replys
5 comments
57.0k users