Sunday 16 April 2017

Projects table in SSISDB

We can see the details for all projects that deployed in the SSISDB catalog.
select * from [internal].[projects]
See the output



We can deploy more than one project in a folder.

Popular Posts