Explain What is the maximum length of a varchar in SQL Server?

Submitted by: Administrator
VARCHAR[(n)]
Null-terminated Unicode character string of length n,
with a maximum of 255 characters. If n is not supplied, then 1 is assumed.
Submitted by: Administrator

Read Online .Net Database Job Interview Questions And Answers