Sunday 16 April 2017

Environments table in SSISDB

This table is having the information of the environments which is created for the project folder. See the table
select e.environment_id,e.environment_name,
f.folder_id,f.name,f.description,e.created_by_name,
e.created_time from internal.Environments e
INNER JOIN internal.folders f
on e.folder_id=f.folder_id
  

Let’s see the project folder.
  
See the example
Here I am creating the new environments on the other folder.
  
Environment is created successfully.
  
See in the table.

  

No comments:

Post a Comment

If you have any doubt, please let me know.

Popular Posts