Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

truncation error on varchar(max) column

$
0
0
I have a table that I use to log validation messages received by users so that we know what they are having trouble with. 
[code language="sql"]CREATE TABLE [dbo].[ValidationLog](
   &nb

Viewing all articles
Browse latest Browse all 3145

Trending Articles