Showing posts with label sql-server-2005. Show all posts
Showing posts with label sql-server-2005. Show all posts

Wednesday, May 16, 2012

Is it ok to store presentation data in the database?


I am to displaying rows from a database (SQL SERVER 2005) table in a webpage. These rows contain a statusID (foreign key) that is further defined by Status table (eg. id, name, modifiedDate).