Hi,
In all of my DTS packages I use a SQL Server connection per SQL task.
For example, if I have 3 Execute SQL Tasks I have 3 SQL connections defined.
Do I need to do this? Is there any performance increase or decrease if I only use 1 connection that is shared by each Execute SQL task?
I have found on a few occasions where I have lots of connections and Execute SQL tasks that I get a memory leak.
Has anybody got any advice about this?
Thanks,
MrPeds
In all of my DTS packages I use a SQL Server connection per SQL task.
For example, if I have 3 Execute SQL Tasks I have 3 SQL connections defined.
Do I need to do this? Is there any performance increase or decrease if I only use 1 connection that is shared by each Execute SQL task?
I have found on a few occasions where I have lots of connections and Execute SQL tasks that I get a memory leak.
Has anybody got any advice about this?
Thanks,
MrPeds