Hi,
I am executing two different SQL Stored procedures from WebFOcus. I want to get the results of both the stored procedures in one output report file. How do I do that? Here is my code
SQL SQLMSS
EX GOA01_SQL.dbo.spgoa_GetSummaryDataA
'30A882AA-D6F7-4A34-8F71-4157C6CEDE27',0;
TABLE FILE SQLOUT
PRINT *
END
SQL SQLMSS
EX GOA01_SQL.dbo.spgoa_GetSummaryData
'30A882AA-D6F7-4A34-8F71-4157C6CEDE27';
TABLE FILE SQLOUT
PRINT *
END
Here I am using two 'TABLE FILE SQLOUT' statements to get two different report file outputs. If I just use one 'TABLE FILE SQLOUT', it does not work. Please help me in this.
Thanks in advance.
Thambaiya
I am executing two different SQL Stored procedures from WebFOcus. I want to get the results of both the stored procedures in one output report file. How do I do that? Here is my code
SQL SQLMSS
EX GOA01_SQL.dbo.spgoa_GetSummaryDataA
'30A882AA-D6F7-4A34-8F71-4157C6CEDE27',0;
TABLE FILE SQLOUT
PRINT *
END
SQL SQLMSS
EX GOA01_SQL.dbo.spgoa_GetSummaryData
'30A882AA-D6F7-4A34-8F71-4157C6CEDE27';
TABLE FILE SQLOUT
PRINT *
END
Here I am using two 'TABLE FILE SQLOUT' statements to get two different report file outputs. If I just use one 'TABLE FILE SQLOUT', it does not work. Please help me in this.
Thanks in advance.
Thambaiya