Skip to content

SQL Server Integration Services packages (.dtsx) metadata reader

License

Notifications You must be signed in to change notification settings

HadiFadl/GetDTSXInfos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published