April 7, 2016 at 11:14 am
When deploying SSIS package to Integration Services Catalog (SSISDB), we need to have a folder created first, before we can create the Environments.
I know the Environments can be scripted.
Can the creation of the folder for SSISDB be scripted?
April 7, 2016 at 11:35 am
terry_stjean (4/7/2016)
When deploying SSIS package to Integration Services Catalog (SSISDB), we need to have a folder created first, before we can create the Environments.I know the Environments can be scripted.
Can the creation of the folder for SSISDB be scripted?
It certainly can.
There's a large collection of procs out of the box for working with SSISDB, and catalog.create_folder is just one of them.
April 7, 2016 at 11:40 am
Thank you. will look into it.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply