Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8a856e2

Browse files
authored
Merge pull request #9667 from MikeRayMSFT/20190328-truncation-24
Truncation error message default highlighted.
2 parents 7ae4512 + c89808c commit 8a856e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Community technology preview (CTP) 2.4 is the latest public release of [!INCLUDE
3737
- `FORCE SCALEOUTEXECUTION` and `DISABLE SCALEOUTEXECUTION` option clause for external table queries.
3838

3939
- [Database engine](#databaseengine)
40-
- New `query_post_execution_plan_profile` Extended Event.
40+
- Truncation error message defaults to include table and column names, and truncated value. See [Truncation](#truncation).
4141
- New DMF `sys.dm_exec_query_plan_stats` returns the equivalent of the last known actual execution plan for most queries.
4242
- Transparent Data Encryption (TDE) scan - suspend and resume.
4343

@@ -189,7 +189,7 @@ Scalar UDF inlining automatically transforms scalar user-defined functions (UDF)
189189

190190
For more information, see [Scalar UDF inlining](../relational-databases/user-defined-functions/scalar-udf-inlining.md).
191191

192-
### Truncation error message improved to include table and column names, and truncated value (CTP 2.1)
192+
### <a name="truncation" />Truncation error message improved to include table and column names, and truncated value (CTP 2.1)
193193

194194
The error message ID 8152 `String or binary data would be truncated` is familiar to many [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] developers and administrators who develop or maintain data movement workloads; the error is raised during data transfers between a source and a destination with different schemas when the source data is too large to fit into the destination data type. This error message can be time-consuming to troubleshoot. [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)] introduces a new, more specific error message (2628) for this scenario:
195195

0 commit comments

Comments
 (0)