GetDTSXInfos
SQL Server Integration Services packages (.dtsx) metadata reader
This application is made to Read basic infos from dtsx files (in a directory)
- PackageFileName
- PackageFormatVersion
- CreationDate
- CreationName
- CreatorComputerName
- CreatorName
- DTSID
- ExecutableType
- LastModifiedProductVersion
- LocaleID
- ObjectName
- PackageType
- VersionBuild
- VersionGUID
Application is writen in Vb.net and it uses two techniques to read informations from .dtsx files
- Regular Expressions
- Xml Parsing
