Possible to call SSIS Environment Variable from stored proc?

  • I'm using SSIS Catalog with an Environment, and it works great with packages. Is it possible to get the value of an environment variable from a stored procedure?

  • As long as it's not marked as 'sensitive'.

    Try running this in SSISDB as you'll see for yourself:

     

    SELECT * FROM [internal].[environment_variables]

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Very cool, thanks!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply