Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.27 KB

File metadata and controls

49 lines (34 loc) · 1.27 KB
title catalog.delete_folder (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 b9c08992-500c-447e-bc19-1eb13c9b0293
author chugugrace
ms.author chugu

catalog.delete_folder (SSISDB Database)

[!INCLUDEssis-appliesto]

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

Deletes a folder from the [!INCLUDEssISnoversion] catalog.

Syntax

delete_folder [ @folder_name = ] folder_name  

Arguments

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

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

Returns a message to confirm the deletion of the folder.