Hi,
I'm a beginner in MSSQL.
When i convert from char to varchar in the table, i noticed that by default varchar is using 50 length.
What would be the impact in term of space consumption if i leave it as 50 althought i only need 10 since varchar is in variable length. What i'm think is, if next time i need more, i do not need to change the structure as it already able to accomadate 50 characters max.
Kindly advice.
Thanks.
I'm a beginner in MSSQL.
When i convert from char to varchar in the table, i noticed that by default varchar is using 50 length.
What would be the impact in term of space consumption if i leave it as 50 althought i only need 10 since varchar is in variable length. What i'm think is, if next time i need more, i do not need to change the structure as it already able to accomadate 50 characters max.
Kindly advice.
Thanks.