Hi, Is there a way to stop a SQL Server 2000 DTS (not SSIS) package that is currently running, programmatically using C#?. I think the package can be executed using the COM API, but I couldn't find a way to stop a running package. thanks in advance.
Update: there is a method in SSIS to get a list of running packages and a method to stop them. but I couldn't find an equivalent one for DTS packages in COM object API.