Link to home
Start Free TrialLog in
Avatar of HLRosenberger
HLRosenbergerFlag for United States of America

asked on

search for field name

Can anyone provided SQl that will search a database for all occurrances of a string within all column names?  Like, I want all column name that have the work "title" in them.  
Avatar of Gerwin Jansen
Gerwin Jansen
Flag of Netherlands image

What database do you want this query for? For instance, SQL Developer for Oracle has a standard report that you can use to locate your tables, columns etc. based on such a filter.
Avatar of HLRosenberger

ASKER

Sorry.  MS SQL Server
ASKER CERTIFIED SOLUTION
Avatar of Gerwin Jansen
Gerwin Jansen
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be deleted for the following reason:

no correct answer was provided for MS SQL.
Did you try the suggestion I gave you?

I know more about Oracle but the answer I gave is for MS SQL.
Thanks