Hello,
I am trying to find a single column that could be in any of my 30+ databases. Does anyone know the syntax id for this. I tried this query, but it returns an error....
select * from information_schema.database.columns where column_name like 'ProductID%'
Any help would be appreciated.
Thank you,
Dave
I am trying to find a single column that could be in any of my 30+ databases. Does anyone know the syntax id for this. I tried this query, but it returns an error....
select * from information_schema.database.columns where column_name like 'ProductID%'
Any help would be appreciated.
Thank you,
Dave