| title | catalog.create_environment (SSISDB Database) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 03/04/2017 |
| ms.prod | sql |
| ms.prod_service | integration-services |
| ms.reviewer | |
| ms.technology | integration-services |
| ms.topic | language-reference |
| ms.assetid | 66367092-9f6e-40e6-90bd-81efb078ab70 |
| author | chugugrace |
| ms.author | chugu |
[!INCLUDEssis-appliesto]
[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]
Creates an environment in the [!INCLUDEssISnoversion] catalog.
catalog.create_environment [@folder_name =] folder_name
, [@environment_name =] environment_name
[ , [@environment_description =] environment_description ] [@folder_name =] folder_name
The name of the folder to contain the environment. The folder_name is nvarchar(128).
[@environment_name =] environment_name
The name of the environment. The environment_name is nvarchar(128).
[@environment_description=] environment_description
An optional description of the environment. The environment_description is nvarchar(1024).
0 (success)
None
This stored procedure requires one of the following permissions:
-
READ and MODIFY permissions on the folder
-
Membership to the ssis_admin database role
-
database role
-
Membership to the sysadmin server role
The following list describes some conditions that may raise an error or warning:
-
The folder name cannot be found
-
An environment that has the same name already exists in the specified folder
The environment name must be unique within the folder.