C
c_halberstadt
Howdy all,
First time poster, long time reader.
Anyway, I have a question about a db design I'm incorporating into a
Frontpage site for our company.
I have an innitial site developed linked to an access back-end
(although, we are going to an SQL Server 2000 db, but that is a
different issue altogether).
My question being, this page is going to have various links to reports,
such as IT, HR, payroll, etc. These relationships are all going to be
1-to-1, such as one employee can only have one IT record, one HR
record, one Payroll record, etc..
At first, this DB was only going to be one table, because it only
needed to house personal and IT information, so there were not that
many fields. However, now there is a growing number of fields, and
reports, that need to be processed.
How would I break this db up into multiple tables. I understand the
idea that these are 1-to-1, and I've always been under the impression
that with 1-to-1, it was better to have everything in just one table
instead of trying to reference others. However, this table is just
becoming to large to manage, and was hoping to somehow break it up into
multiple tables.
I hope I explained this well enough. If anyone has any suggestions, I
would be very grateful.
Thanks,
C
First time poster, long time reader.
Anyway, I have a question about a db design I'm incorporating into a
Frontpage site for our company.
I have an innitial site developed linked to an access back-end
(although, we are going to an SQL Server 2000 db, but that is a
different issue altogether).
My question being, this page is going to have various links to reports,
such as IT, HR, payroll, etc. These relationships are all going to be
1-to-1, such as one employee can only have one IT record, one HR
record, one Payroll record, etc..
At first, this DB was only going to be one table, because it only
needed to house personal and IT information, so there were not that
many fields. However, now there is a growing number of fields, and
reports, that need to be processed.
How would I break this db up into multiple tables. I understand the
idea that these are 1-to-1, and I've always been under the impression
that with 1-to-1, it was better to have everything in just one table
instead of trying to reference others. However, this table is just
becoming to large to manage, and was hoping to somehow break it up into
multiple tables.
I hope I explained this well enough. If anyone has any suggestions, I
would be very grateful.
Thanks,
C