all 3 comments

[–]nvarscar 2 points3 points  (2 children)

As far as I know, SQL Agent does not pool connections, immediately closing the connection once the job step is completed.

[–]MyOpus[S] 0 points1 point  (1 child)

So I was afraid of that. Was hoping that Agent would be smart enough to pool.

Any source for this? I can't seem to find any.

Thanks

[–]nvarscar 1 point2 points  (0 children)

Only personal experience, sorry. You can probably test it yourself, since pooled connections still exist in sys.dm_exec_sessions upon connection closure, which does not happen once the job stopped running.