---
title: "sysssispackages (Transact-SQL) | Microsoft Docs"
ms.custom: ""
ms.date: "06/10/2016"
ms.prod: sql
ms.prod_service: "database-engine"
ms.reviewer: ""
ms.technology: system-objects
ms.topic: "language-reference"
f1_keywords:
- "sysdtspackages90_TSQL"
- "sysdtspackages90"
dev_langs:
- "TSQL"
helpviewer_keywords:
- "sysssispackages system table"
ms.assetid: 66155dcd-dcdb-4e33-a242-1625828ad8d2
author: lrtoyou1223
ms.author: lle
---
# sysssispackages (Transact-SQL)
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
Contains one row for each package that is saved to [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. This table is stored in the **msdb** database.
|Column name|Data type|Description|
|-----------------|---------------|-----------------|
|**name**|**sysname**|The unique identifier of the package.|
|**id**|**uniqueidentifier**|The GUID of the package.|
|**description**|**nvarchar**|The optional description of the package.|
|**createdate**|**datetime**|The date the package was created.|
|**folderid**|**uniqueidentifier**|The GUID of the logical folder in which [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] lists the package.|
|**ownersid**|**varbinary**|The unique security identifier of the user who created the package.|
|**packagedata**|**image**|The package.|
|**packageformat**|**int**|The format in which the package is saved:
A value of 2 indicates that the package is saved in the [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] format.
A value of 3 indicates that the package is saved in format of [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)][!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)]or later.|
|**packagetype**|**int**|The client that created the package. The possible values are as follows:
0 (default value)
1 ([!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Import and Export Wizard)
3 ([!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Replication)
5 ([!INCLUDE[ssIS](../../includes/ssis-md.md)] Designer)
6 (Maintenance Plan Designer or Wizard).
Note that the values in this column correspond to the enumeration.|
|**vermajor**|**int**|The latest major version of the package.|
|**verminor**|**int**|The latest minor version of the package.|
|**verbuild**|**int**|The latest build of the package.|
|**vercomments**|**nvarchar**|Comments about the package version.|
|**verid**|**uniqueidentifier**|The GUID of the package version.|
|**isencrypted**|**bit**|A Boolean that indicates whether the package is encrypted.|
|**readrolesid**|**varbinary**|The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] role that can load packages.|
|**writerolesid**|**varbinary**|The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] role that can save packages.|
## See Also
[Integration Services (SSIS) Packages](../../integration-services/integration-services-ssis-packages.md)