I am developing Content Management System for my website. I am facing issues how to save large html content in database. Stored Procedures limits its parameters to 8000 characters, and not accept any content more than this length. so how could i store my content in database.
Or there is any other better way to do the job, where to save the html content. Also how the images (inside html) be stored, or its links, what would be the implementation scenario?
Lots' of CMS systems are running, how they have implemented this functionality.
Please suggest better ideas, how to deal with this requirement.
Tools I am using : C#.net SQL Server 2005 Asp.net 2.0