---
title: "sys.periods (Transact-SQL) | Microsoft Docs"
ms.custom: ""
ms.date: "06/10/2016"
ms.prod: "sql-non-specified"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "database-engine"
ms.tgt_pltfrm: ""
ms.topic: "language-reference"
dev_langs:
- "TSQL"
ms.assetid: 25e66ed3-2270-4c5c-9f5a-2c0f165a57ca
caps.latest.revision: 6
author: "JennieHubbard"
ms.author: "jhubbard"
manager: "jhubbard"
---
# sys.periods (Transact-SQL)
[!INCLUDE[tsql-appliesto-ss2016-xxxx-xxxx-xxx_md](../../includes/tsql-appliesto-ss2016-xxxx-xxxx-xxx-md.md)]
Returns a row for each table for which periods have been defined.
|Column header|Data type|Description|
|-------------------|---------------|-----------------|
|period_type|**sysname**|Name of the period|
|period_type_desc|**tinyint**|The numeric value representing the type of period:
1 = system-time period|
|object_id|**nvarchar(60)**|The text description of the type of column:
SYSTEM_TIME_PERIOD|
|object_id|**int**|The id of the table containing the period_type column|
|start_column_id|**int**|The id of the column that defines the lower period boundary|
|end_column_id|**int**|The id of the column that defines the upper period boundary|
## Permissions
[!INCLUDE[ssCatViewPerm](../../includes/sscatviewperm-md.md)] For more information, see [Metadata Visibility Configuration](../../relational-databases/security/metadata-visibility-configuration.md).
## See Also
[System Views (Transact-SQL)](http://msdn.microsoft.com/library/35a6161d-7f43-4e00-bcd3-3091f2015e90)
[Object Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/object-catalog-views-transact-sql.md)
[Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/catalog-views-transact-sql.md)
[sys.all_columns (Transact-SQL)](../../relational-databases/system-catalog-views/sys-all-columns-transact-sql.md)
[sys.system_columns (Transact-SQL)](../../relational-databases/system-catalog-views/sys-system-columns-transact-sql.md)
[Querying the SQL Server System Catalog FAQ](../../relational-databases/system-catalog-views/querying-the-sql-server-system-catalog-faq.md)
[Temporal Tables](../../relational-databases/tables/temporal-tables.md)