dbTalk Databases Forums  

DTS package Names stored where

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


Discuss DTS package Names stored where in the microsoft.public.sqlserver.dts forum.



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

Default DTS package Names stored where - 06-15-2004 , 12:58 AM






I am trying to use a stored procedure to look for all the DTS packages
stored on the system of sql server7 and sql server 2000,

Is there a system table where the names are stored?

Thanks,

Tom



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

Default Re: DTS package Names stored where - 06-15-2004 , 01:58 AM






sysdtspackages is where the packages are located (providing you saved them
to SQL Server)

You will be interested in this proc

sp_enum_dtspackages

Also have a look at this article

Enumerating DTS Packages using VB.Net
(http://www.sqldts.com/default.aspx?250)

--

----------------------------

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


"Thomas Scheiderich" <tfs (AT) deltanet (DOT) com> wrote

Quote:
I am trying to use a stored procedure to look for all the DTS packages
stored on the system of sql server7 and sql server 2000,

Is there a system table where the names are stored?

Thanks,

Tom





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.