I normally set my column size when creating a parameter in ADO.NET
But what size do I use if the column is VARCHAR(MAX)?
VARCHAR(MAX)
cmd.Parameters.
In this case you use -1.