Hi!

I have a Stored Procedure that I need as an Data Source for a DTS package. The DTS itself is simple: The Resultset of the Sp is saved in a Textfile. Problem: To get the Resultset in the SP I have to use a temporary Table but the DTS Designer doesn't accept this. Any Ideas how to get past this?

Chris