I'm reviewing a database server, the problem is that there are about 40 databases with each hundreds of tables. I'm looking for tables with a column name containing a specific word.
Is there a way I can do a search to identify these tables?
|
I'm reviewing a database server, the problem is that there are about 40 databases with each hundreds of tables. I'm looking for tables with a column name containing a specific word. Is there a way I can do a search to identify these tables? |
||||
|
|
You want to be able to query
Then copy the column you get back into a new window, strip the leading "union all", and run it. :) |
|||||
|
Join to the TABLES view if you want to exclude views ( If you query |
|||
|
|