94Sport5sp
Registered User.
- Local time
- Today, 12:41
- Joined
- May 23, 2012
- Messages
- 115
Hi:
In the database I am developing there will exist a table for storing imported data. The data will be imported daily and will come from multiple locations. This will cause the import table to contain duplicate data in several fields. I am thinking of leaving this duplicate data in the import table. The designer in me says that is bad normalization but the user in me says, yes, but I will not be changing it.
Here is and example:
GroupNo GroupCount GroupAmount Location ImprtDAte
Class1 35 1486.95 Area1 41030.36
Class2 15 637.65 Area1 41030.36
Class3 4 128.4 Area1 41030.36
Class4 42 941.95 Area1 41030.36
Class5 102 2359.65 Area1 41030.36
Class6 11 127.45 Area1 41030.36
Class7 584 -163.3 Area1 41030.36
Class8 4346 -527 Area1 41030.36
GroupNo GroupCount GroupAmount Location ImprtDAte
Class1 11 127.45 Area2 41030.34
Class2 274 3309.9 Area2 41030.36
Class3 78 209.75 Area2 41030.36
Class4 12 94.95 Area2 41030.36
Class5 134 474.65 Area2 41030.36
Class6 584 -163.3 Area2 41030.36
Class7 4 128.4 Area2 41030.36
Class8 42 941.95 Area2 41030.36
This data is not generated from within the database and the database will not be changing the information. Hopefully you can see that the location name Area1 and the numerical value for ImprtDate will remain for all the information for that day for that file. The same for location name Area2 for the second file and so on for each imported file. Also note GroupNo will repeat for each file imported.
Any reason to not let it repeat?
Thanks for your thoughts
In the database I am developing there will exist a table for storing imported data. The data will be imported daily and will come from multiple locations. This will cause the import table to contain duplicate data in several fields. I am thinking of leaving this duplicate data in the import table. The designer in me says that is bad normalization but the user in me says, yes, but I will not be changing it.
Here is and example:
GroupNo GroupCount GroupAmount Location ImprtDAte
Class1 35 1486.95 Area1 41030.36
Class2 15 637.65 Area1 41030.36
Class3 4 128.4 Area1 41030.36
Class4 42 941.95 Area1 41030.36
Class5 102 2359.65 Area1 41030.36
Class6 11 127.45 Area1 41030.36
Class7 584 -163.3 Area1 41030.36
Class8 4346 -527 Area1 41030.36
GroupNo GroupCount GroupAmount Location ImprtDAte
Class1 11 127.45 Area2 41030.34
Class2 274 3309.9 Area2 41030.36
Class3 78 209.75 Area2 41030.36
Class4 12 94.95 Area2 41030.36
Class5 134 474.65 Area2 41030.36
Class6 584 -163.3 Area2 41030.36
Class7 4 128.4 Area2 41030.36
Class8 42 941.95 Area2 41030.36
This data is not generated from within the database and the database will not be changing the information. Hopefully you can see that the location name Area1 and the numerical value for ImprtDate will remain for all the information for that day for that file. The same for location name Area2 for the second file and so on for each imported file. Also note GroupNo will repeat for each file imported.
Any reason to not let it repeat?
Thanks for your thoughts