Hi,
I've currently got a problem with a DTS Package. I have a Data Source which is a stored proedure (that returns a resultset) which goes through a transfermation (just copying the field) to a Text file as the Destination.
The stored procedure works fine in SQL analyser and as a SQL Task in DTS, but when I use it for the source on the transformation, it previews fine with all the result, but when I run the transformation I get the follow error message.
Invalid Object: #ExpValues
#ExpValues is a temporary that that I'm using to do some work in the stored procedure.
Does anyone have any ideas why this is happening and how to solve it. I have my suspistions that its something to do the OLE DB for SQL Server because I get a different error when I use ODBC.
Any help much appreciated
Thanks in Advance
Andy H (LokiDBA)
I've currently got a problem with a DTS Package. I have a Data Source which is a stored proedure (that returns a resultset) which goes through a transfermation (just copying the field) to a Text file as the Destination.
The stored procedure works fine in SQL analyser and as a SQL Task in DTS, but when I use it for the source on the transformation, it previews fine with all the result, but when I run the transformation I get the follow error message.
Invalid Object: #ExpValues
#ExpValues is a temporary that that I'm using to do some work in the stored procedure.
Does anyone have any ideas why this is happening and how to solve it. I have my suspistions that its something to do the OLE DB for SQL Server because I get a different error when I use ODBC.
Any help much appreciated
Thanks in Advance
Andy H (LokiDBA)