I am building a CMS using asp.net and SQL server 2005 express. To reduce the number of database connections I am considering creating an XML content repository. Is this a good idea?
What are the merits of storing content in SQL over XML?
What are the merits of storing content in SQL over XML?