LonnieJohnson
Programmer
I have a stored procedure that I am using that searches all fields of all tables in a database to see if a string exist as data. So if I wanted to know if the word "Einstein" was an actual data value in any field of any table this SPROC would list all records of all tables that had it. It basically does a SELECT with a WHERE evaluating each field in the table.
What I would like to know now is how can I get the results to show in a report or application. Is it possible to render multiple results from such a SPROC somewhere other than the results panel of SSMS?
Thanks.
ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!
What I would like to know now is how can I get the results to show in a report or application. Is it possible to render multiple results from such a SPROC somewhere other than the results panel of SSMS?
Thanks.
ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!