LeonelSanchezJr
Programmer
I have a Stored Procedure which sits on a MS-SQL2000 server.
Is it possible to EXECute a stored procedure which returns records and produce a report?
Here is my fex:
SQL SQLMSS SET SERVER ABC_SITE
SET SQLENGINE=SQLMSS
SQL SQLMSS
EXEC dbo.DataMart_Missing_Data_Report ;
TABLE FILE SQLOUT
PRINT ABCSOURCE
ON TABLE PCHOLD AS RPTHLD
END
-RUN
TABLE FILE RPTHLD
PRINT HAWBSOURCE
END
-*************
I get an error that says that RPTHLD can not be found.
Thanks,
Leo ;-)
Is it possible to EXECute a stored procedure which returns records and produce a report?
Here is my fex:
SQL SQLMSS SET SERVER ABC_SITE
SET SQLENGINE=SQLMSS
SQL SQLMSS
EXEC dbo.DataMart_Missing_Data_Report ;
TABLE FILE SQLOUT
PRINT ABCSOURCE
ON TABLE PCHOLD AS RPTHLD
END
-RUN
TABLE FILE RPTHLD
PRINT HAWBSOURCE
END
-*************
I get an error that says that RPTHLD can not be found.
Thanks,
Leo ;-)