Find all tables containing column with specified name - MS SQL Server
Asked 07 September, 2021
Viewed 2.7K times
  • 59
Votes

Is it possible to query for table names which contain columns being

LIKE '%myName%'

?

30 Answer