token_remedie
Registered User.
- Local time
- Tomorrow, 04:33
- Joined
- Jul 7, 2011
- Messages
- 78
I thought I had normalised all my data, and then when I ran the query to put it all together it showed the same record a million times over and crashed the DB.
So if I could get a hand just telling me what I need to do to normalize this properly I would be forever in debt.
The Master Table:
UID PK Auto Num
Asset Number Number
Cocd Number
Class Text
Asset Description text
Serial No# text
Invent No text
CostCentre number
Plnt number
LOCATION text
I inherited this from a bunch of idiot spreadsheets and all i want to do is not duplicate the same data for every record. The only unique things are asset number serial, invent no and UID everything else has already been split into tables e.g asset description table, cocd table, costcentre table etc. Basically all I need to know is how to I have my main table with JUST asset number, serial number, invent number, and UID and then everything else is built off relationships and it's accurate?
I hope that makes sense, I almost died when I realised it was all wrong because I thought I was almost finished
So if I could get a hand just telling me what I need to do to normalize this properly I would be forever in debt.
The Master Table:
UID PK Auto Num
Asset Number Number
Cocd Number
Class Text
Asset Description text
Serial No# text
Invent No text
CostCentre number
Plnt number
LOCATION text
I inherited this from a bunch of idiot spreadsheets and all i want to do is not duplicate the same data for every record. The only unique things are asset number serial, invent no and UID everything else has already been split into tables e.g asset description table, cocd table, costcentre table etc. Basically all I need to know is how to I have my main table with JUST asset number, serial number, invent number, and UID and then everything else is built off relationships and it's accurate?
I hope that makes sense, I almost died when I realised it was all wrong because I thought I was almost finished
