Skip to content
Home Ā» SQL Server Tutorials By Pradeep Raturi Ā» Page 7

SQL Server Tutorials By Pradeep Raturi

SQL Server Verbose Truncation Warnings

SQL Server Verbose Truncation WarningsĀ 

Sometimes we receives data truncation error in SQL Server such as “String or binary data would be truncated” and it does not specify exact source of error in terms ofĀ  Database name, tableĀ  name , column name and truncated values.

Loading

SQL Server STRING_AGG Function

SQL Server STRING_AGG() Function is string function which concatenates values for any given string expressions and separate them a specified separator.

It does not add the separator at the end of the result string.

String expression values are implicitly converted to string types and then concatenated.

Loading