GetDTSXInfos

VB.NET 2025-07-27

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
下载源码

通过命令行克隆项目:

git clone https://github.com/HadiFadl/GetDTSXInfos.git