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

Column set to varchar(max) error

$
0
0
I have some code that logs validation messages that are displayed to users of our software. The table it is saved in is comprised of 5 columns  
Record identity column,
UserID char(9),
ValidationMessage varchar(max),
DataSubmitted var

Viewing all articles
Browse latest Browse all 3145

Trending Articles