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
 General SQL Server Forums
 Database Design and Application Architecture
 Storing SrNo/IMEI no for products

Author  Topic 

jigneshsoni1981
Starting Member

1 Post

Posted - 2009-11-07 : 03:23:48
Hi All,

I have one application created for products where in i am storing products with quantity and its packing type (UOM). Further to this, now i have to store its SrNo/IMEI no also for each products.

For optimization purpose I wanted to know right way to store those details. I can not store it as rows because if i am receiving one order of 1000 qty, i have to enter 1000 lines to store it. also i have to perform certain operations like quality control and splitting of qty to multiple locations etc. so i have to maintain those Sr. No also with all these operations.

can you please suggest me the proper way to design db structure for this.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-11-07 : 06:13:07
You should design the DB as normalized and do the splitting at the front-end application GUI.

http://209.85.135.132/search?q=cache:2BL2f-hhkcgJ:datamodel.org/NormalizationRules.html+datamodel+normalization&cd=1&hl=en&ct=clnk&gl=uk



N 56°04'39.26"
E 12°55'05.63"
Go to Top of Page
   

- Advertisement -