Hello,
Does anybody knows if there is a way to query SP? I tried begin sp_name(list_of_arguments); end;. But I do not see any output other than some line populated with data for values of parameters. I'd like to see the same result I'm getting when running report, that it in tabular form with many lines of data. This report is SP based, and while having no problem with catching SQL and query data of JSP based report, for SP seems to be 'mission impossible'. Answers are greatly appreciated - please respond either here or to my pzawadzki@hotmail.com. Thank you.
Does anybody knows if there is a way to query SP? I tried begin sp_name(list_of_arguments); end;. But I do not see any output other than some line populated with data for values of parameters. I'd like to see the same result I'm getting when running report, that it in tabular form with many lines of data. This report is SP based, and while having no problem with catching SQL and query data of JSP based report, for SP seems to be 'mission impossible'. Answers are greatly appreciated - please respond either here or to my pzawadzki@hotmail.com. Thank you.