I have the need to search for a text type value but I don't know in which table it could be stored, so I would like to know if there is any way to search in all the existing structures within the same SQL database.
Suddenly a command could exist or a store procedure could be created that can do this type of work in a general way.
With this sp you can search the entire Bd.
you run it from the following. form:
Replace "EmployeeID" with the name of the column you want to search for.