--- title: "MSSQLSERVER_2570 | Microsoft Docs" ms.custom: "" ms.date: "04/04/2017" ms.prod: sql ms.prod_service: "database-engine" ms.component: "errors-events" ms.reviewer: "" ms.suite: "sql" ms.technology: supportability ms.tgt_pltfrm: "" ms.topic: "language-reference" helpviewer_keywords: - "2570 (Database Engine error)" ms.assetid: 29800aa9-81aa-4371-992c-487dbb617f46 caps.latest.revision: 20 author: MashaMSFT ms.author: mathoma manager: craigg --- # MSSQLSERVER_2570 [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] ## Details ||| |-|-| |Product Name|SQL Server| |Event ID|2570| |Event Source|MSSQLSERVER| |Component|SQLEngine| |Symbolic Name|DBCC_COLUMN_VALUE_OUT_OF_RANGE| |Message Text|Page P_ID, slot S_ID in object ID O_ID, index ID I_ID, partition ID PN_ID, alloc unit ID A_ID (type TYPE). Column COLUMN_NAME value is out of range for data type "DATATYPE". Update column to a legal value.| ## Explanation The column value that is contained in the specified column is outside the range of possible values for the column data type. ## User Action The error is not repairable. Update the column to a value within the range for the data type of the column and run the command again. For more information, see this KB article [923247](http://support.microsoft.com/kb/923247). ## See Also [UPDATE (Transact-SQL)](~/t-sql/queries/update-transact-sql.md) [Data Types (Transact-SQL)](~/t-sql/data-types/data-types-transact-sql.md)