How best to search a DB for ALL instances of a variable?
I have queries which return all Columns in a Table and a second query to return all Columns on the Server.
I also need to find all instances of a variable name in every table and stored procedure.
What tools can do this?
Is there a query which can do this? I already can query the Table. How about a query which can see inside the stored procedures?
I recall a tool from Red Hat which did this...
Suggestions?
Thanks.