Friday, 17 June 2016

Find all tables containing column with specified name - MS SQL Server

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



LIKE '%myName%'



?

No comments:

Post a Comment