Groups | Blog | Home
all groups > sql server dts > july 2004 >

sql server dts : Disconnect from Database


Mike
7/29/2004 1:51:45 PM
I have a DTS job which does several transform tasks to bring data from one
database to another. Each of these steps establishes a connection to the
source database, and doesn't disconnect until the entire DTS job has
completed.

This is a problem because it uses licenses on the source database until it
completes. Does anyone know how to force DTS to disconnect from each source
database once the transform task is complete?

Thanks!

Mike

Allan Mitchell
7/30/2004 6:07:48 AM
In the workflow properties of the step there is a "Close Connection On
Completion" checkbox.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

Mike
7/30/2004 10:59:21 AM
Allan,

Thank You! That worked...

Mike

AddThis Social Bookmark Button