Is a table with a varchar field size of 1000 bigger than a table with a varchar field size of 500? Or, is the size of the table defined by the actual amount of data in the varchar field?
It's the data that matters most. There are bits used to track the number of bytes used in a varchar, but it's negligible compared to the data itself. a
-------------------------
The trouble with doing something right the first time is that noboby appreciates how difficult it was.
- Steven Wright
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.