SQL Server Documentations says:
char = Fixed-length non-Unicode character data with a maximum lebgth of 8000 characters.
varchar = Variable-length non-Unicode data with a maximum length of 8000 characters.
if I want fields Name & LastName which should I use and why?
so what's the difference between fixed & variable length?
char = Fixed-length non-Unicode character data with a maximum lebgth of 8000 characters.
varchar = Variable-length non-Unicode data with a maximum length of 8000 characters.
if I want fields Name & LastName which should I use and why?
so what's the difference between fixed & variable length?