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.
Author |
Topic |
senthilramtrs
Starting Member
29 Posts |
Posted - 2008-05-14 : 03:43:37
|
actually what i need is to store a set of billnumbers for some to say set_of_bills_Number .....how to do it without redundancy in the database tables......any new datatype or to store any object on the table ?????Regards,Senthil Ram TRS |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-05-14 : 03:53:40
|
You want to store them as comma seperated values? Then use a long string variable like varchar(8000) |
 |
|
cat_jesus
Aged Yak Warrior
547 Posts |
Posted - 2008-05-14 : 14:44:17
|
what does set of billnumbers mean?What do you mean by redundancy in the database tables?An infinite universe is the ultimate cartesian product. |
 |
|
|
|
|