SQL SERVER – 2005 Constraint on VARCHAR(MAX) Field To Limit It Certain Length
One of the Jr. DBA at in my Team Member asked me question the other day when he was replacing TEXT field with VARCHAR(MAX) : How can I limit the VARCHAR(MAX) field with maximum length of 12500 characters only. His Question was valid as our application was allowing 12500 characters.…
Read More