Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.46 KB

File metadata and controls

53 lines (37 loc) · 1.46 KB
title catalog.set_folder_description (SSISDB Database) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql
ms.prod_service integration-services
ms.reviewer
ms.technology integration-services
ms.topic language-reference
ms.assetid 802416f6-5177-4db5-bca5-976dec5faf53
author chugugrace
ms.author chugu

catalog.set_folder_description (SSISDB Database)

[!INCLUDEssis-appliesto]

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]

Sets the description of a folder in the [!INCLUDEssISnoversion] catalog.

Syntax

catalog.set_folder_description [ @folder_name = ] folder_name  
    , [ @folder_description = ] folder_description  

Arguments

[ @folder_name = ] folder_name
The name of the folder. The folder_name is nvarchar(128).

[ @folder_description = ] folder_description
The description of the folder. The folder_description is nvarchar(MAX).

Return Code Value

None

Result Sets

None

Permissions

This stored procedure requires one of the following permissions:

  • Membership to the ssis_admin database role

  • Membership to the sysadmin server role

Errors and Warnings

The stored procedure returns a message to confirm the setting of new folder description.