How can I list all available DTS Packages using VB .NET?
There are many ways you can achieve this requirement. You can either use SQL-DMO to do the same. Or go for the conventional approach of using some queries on the database. In this example you will see that I would be using an in-built package to do the same. ‘ Copy from here … Dim strConn As String ‘Build a strConnection string or any other valid formats you are comfortable strConn = “Database=msdb;integrated Security=True;Server=<