Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for a tool for Data Mining

Status
Not open for further replies.

Veneficus

Programmer
Mar 7, 2002
7
US
Hi Techies,

I am looking for a tool that would go through all the fields of all the tables in a database (SQL in my case) and search for a specific string and give me a list that which tables and fields have that info.

I can write something to accomplish this but I bet there is a product out there that would do what I want to do.

Do you aware of any product that accomplishes what I ask for?

Thanks,
Ven
 
Well, have you tried pivot tables?
You can use constraints with sql to build one. You could use a table full of constraints and tie it into the query that creates the pivottable.


Mark P.

Bleh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top