Reputation: 322
I am trying to get the project name for a SSIS package for logging purposes. I know there are system variables for the package name, but i cant figure out a way to get the project name.
Upvotes: 0
Views: 1154
Reputation: 31775
I don't know of any built-in way to get this. Easiest way is to create a project parameter that contains the project name.
Upvotes: 2