The first step of my package executes a stored procedure that creates a global temporary table as output.
The second step is a transform data task that selects the temp table as the 'Source' and updates an access database.
On selecting the 'Destination' tab, an ugly message is produced of the type 'deferred prepare could not be completed....invalid object name "##tempauto" (this is the name of the global temporary table).
The package runs, but I can't modify it.
There must be a better way to do this that can be maintained.
The second step is a transform data task that selects the temp table as the 'Source' and updates an access database.
On selecting the 'Destination' tab, an ugly message is produced of the type 'deferred prepare could not be completed....invalid object name "##tempauto" (this is the name of the global temporary table).
The package runs, but I can't modify it.
There must be a better way to do this that can be maintained.