What do wikis/stackoverflow/etc. do when it comes to storing text? Is the text broken at newlines? Is it broken into fixed-length chunks? How do you best store arbitrarily long chunks of text?
What do wikis/stackoverflow/etc. do when it comes to storing text? Is the text broken
Share
nvarchar(max) ftw. because over complicating simple things is bad, mmkay?