HemanSkeletor
MIS
Hi guys,
This one is actually not very hard, probably.
I inhereited a database that's used to generate form letters to retired employees. It has a standard employee info table, then the way the designer chose to record when letters where sent to each of the retirees strikes me as odd.
Each time we run off letters, he appends, to a table called something like tblLetterDate, the date the letter is sent, and the hundreds or THOUSANDS of SSNs (foreign key). The date is repeated a bazillion times.
So you have this MASSIVE table that looks like this:
555-12-1234 | 7/10/98
555-12-9999 | 7/10/98 etc., with hundreds of repititions of the dates.
We want to record the date these letters are sent and to whom. What is the most efficient means of doing this, please?
THANK YOU!!
--HS
This one is actually not very hard, probably.
I inhereited a database that's used to generate form letters to retired employees. It has a standard employee info table, then the way the designer chose to record when letters where sent to each of the retirees strikes me as odd.
Each time we run off letters, he appends, to a table called something like tblLetterDate, the date the letter is sent, and the hundreds or THOUSANDS of SSNs (foreign key). The date is repeated a bazillion times.
So you have this MASSIVE table that looks like this:
555-12-1234 | 7/10/98
555-12-9999 | 7/10/98 etc., with hundreds of repititions of the dates.
We want to record the date these letters are sent and to whom. What is the most efficient means of doing this, please?
THANK YOU!!
--HS