dts - Close Connection on completion in SSIS -


anybody aware of "close connection on completion" option in dts.

i searching equivalent option oledbdestinationtask in ssis.

enter image description here

to answer question directly: done automatically.

the ssis connection manager behaves differently way dts connection works. connection managers maintain pool of connections. each task utilises connection manager own connection data source - in comparison dts, if same connection object used, same physical connection maintained throughout package.

apart that, can make ssis connection manager behave dts connection setting retainsameconnection=true


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -