What is an effective datatype in SQL 2005 to store a comments field?
If the comment will always fit in 8000 chars then varchar(8000)
(or nvarchar(4000)
).
Otherwise a varchar(max)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With