Error on executing Global temp tables in SSIS package on server

125 views Asked by At


I have an SSIS package which is as below.
The DelayValidation Property of data flow task is True
The DelayValidation Property of all Execute SQL task is True
The RetainSameConnection Property of Source connection task is True
The Package runs fine on my local machine but when it is deployed on Server, it gives the error.
How can this be fixed? Please help.

SSIS Package
Data flow task
Error Screenshot
enter image description here

0

There are 0 answers