I am writing a little app that will store news items, such as press releases, events, headline stories, etc. I was considering just putting each item into a nvarchar field, but that seems wrong for some reason. How would you recommend that I accomplish this?
BTW, I don't expect the data to get any longer than 8000 characters.