dbTalk Databases Forums  

How to find whether a DTS is rnning or not.

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to find whether a DTS is rnning or not. in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Aravind
 
Posts: n/a

Default How to find whether a DTS is rnning or not. - 11-13-2003 , 04:50 AM






I have 50 DTS on a server. Is there a way to find what are
all the DTS that are currently running. Does SQL server
store these information in any system tables.

Tnx,
Aravind

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: How to find whether a DTS is rnning or not. - 11-13-2003 , 08:10 AM






No it does not.

How have you fired them off ?

The way I do it is to enter a record in a control table when the package
starts along with the package name and person who fired it. When the
package finishes I enter a stop time for that package. I then know which
ones are running and by whom

--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Aravind" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have 50 DTS on a server. Is there a way to find what are
all the DTS that are currently running. Does SQL server
store these information in any system tables.

Tnx,
Aravind



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.