Answers

Question and Answer:

  Home  dot Net Database

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

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.

 149 views

More Questions for you: