Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.86 KB

File metadata and controls

47 lines (34 loc) · 1.86 KB
title catalog.folders (SSISDB Database) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.prod_service integration-services
ms.reviewer
ms.technology integration-services
ms.topic language-reference
ms.assetid 21a37c16-60aa-4b3f-8bca-ac90ad1697ac
author chugugrace
ms.author chugu

catalog.folders (SSISDB Database)

[!INCLUDEssis-appliesto]

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

Displays the folders in the [!INCLUDEssISnoversion] catalog.

Column name Data type Description
id bigint The unique identifier of the folder.
name sysname(nvarchar(128) The name of the folder, which is unique within the [!INCLUDEssISnoversion] catalog.
description nvarchar(1024) The description of the folder.
created_by_sid varbinary(85) The security identifier (SID) of the user who created the folder.
created_by_name nvarchar(128) The name of the user who created the folder.
created_time datetimeoffset(7) The date and time at which the folder was created.

Remarks

This view displays a row for each folder in the catalog.

Permissions

This view requires one of the following permissions:

  • READ permission on the folder

  • Membership to the ssis_admin database role

  • Membership to the sysadmin server role

Note

When you have permission to perform an operation on the server, you also have permission to view information about the operation. Row-level security is enforced; only rows that you have permission to view are displayed.