Skip to content

Files

Latest commit

0870d48 · Dec 2, 2018

History

History
24 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 529 Bytes

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