Using a Single Row configuration table in SQL Server database. Bad idea?

后端 未结 12 1942
终归单人心
终归单人心 2020-12-12 09:19

In developing a shopping cart application I\'ve found that I needed to save settings and configurations based on the administrator\'s preferences and requirements. This info

12条回答
  •  -上瘾入骨i
    2020-12-12 09:54

    Personally, I would store it in a single row if that is what works. Overkill to store it in an SQL table? probably, but there is no real harm in doing so.

提交回复
热议问题