Is there a query or tool that will search all tables/fields for a particular value? The program is storing cost in a field and I can't find it. Profiler is not an option.
Thanks in advance, Bryan Moore
Is there a query or tool that will search all tables/fields for a particular value? The program is storing cost in a field and I can't find it. Profiler is not an option.
Thanks in advance, Bryan Moore
there are a couple of undocumented stored procedures which iterate across all tables and all db however the exact answer is here: http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm Actually this is a fine site and well worth general browsing as there are numerous answers to obsure and not so obsure questions that come up from time to time.
Hope this helps