B
Bill
Hi All,
I am looking to redesign our server database to deal with clusters and
virtual servers better than the existing one does.
My problem is that whatever design I try I am constantly drawn back to the
'Physical Sever' table with say the asset ref (or serial number) as tie
primary field and then another field in 'Physical Server' to identify what
cluster the hardware is a member of.
I then want to use cluster name as the primary field in another table that
identifies what service the cluster hosts. The trouble is that the only way
that I can get the data as primary is to use a unique or group query . The
problem with that though is that the relationship does not allow cascade
update with any secondary tables which is such a powerful facility.
Anyone any ideas how I go about this?
Regards.
Bill.
I am looking to redesign our server database to deal with clusters and
virtual servers better than the existing one does.
My problem is that whatever design I try I am constantly drawn back to the
'Physical Sever' table with say the asset ref (or serial number) as tie
primary field and then another field in 'Physical Server' to identify what
cluster the hardware is a member of.
I then want to use cluster name as the primary field in another table that
identifies what service the cluster hosts. The trouble is that the only way
that I can get the data as primary is to use a unique or group query . The
problem with that though is that the relationship does not allow cascade
update with any secondary tables which is such a powerful facility.
Anyone any ideas how I go about this?
Regards.
Bill.