Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 table design

Author  Topic 

harish_babu
Starting Member

19 Posts

Posted - 2001-04-10 : 03:57:03
Hi
I have home page which displays 13 images with links and mouse over text .Till now the links ,mouse over text,image file name was hardcoded.now i want store these information in a table (so that admin people can change them whenever they want)and retrieve that information.I have two options
1. store information in table as seperate rows(so totally 13 rows)
2.Store all the information in single row separated by comma(which will be difficult)
What's the best way to design a table among these or any other way?

Thanks in advance
   

- Advertisement -