The information in this article applies to:
SUMMARYThe Data Transformation Services (DTS) Package can be stored in one of three places. The following code samples describe the three methods to obtain a list of packages for each storage method. SQL ServerPackages stored on SQL Server are saved in the msdb database. Execute the following query to obtain the list:
RepositoryFor packages stored in the Repository you must enumerate the Repository through the Repository object. This must first be registered by adding a Reference to the Microsoft Repository object. Use the following code fragment to obtain the list of packages:
FileFor packages stored in a file, you can obtain a list of separate saved packages within the file by using the following code fragment:
Additional query words:
Keywords : kbSQL |
Last Reviewed: September 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |