Hi,
I'm really trying to solve why my server is performing slowly after I run this SSIS package.
I'm wondering if this is the cause, amongst other tasks, basically I have a large SQL task that produces a number of temp tables in order to produce one large table with a join insert. I then drop the temp tables.
After running this SSIS, the whole server runs slowly..
I'm wondering, will the use of temp tables make the server crawl even after they are dropped?
I'm really trying to solve why my server is performing slowly after I run this SSIS package.
I'm wondering if this is the cause, amongst other tasks, basically I have a large SQL task that produces a number of temp tables in order to produce one large table with a join insert. I then drop the temp tables.
After running this SSIS, the whole server runs slowly..
I'm wondering, will the use of temp tables make the server crawl even after they are dropped?