| Posted by rhaazy on 06/18/07 20:46 
For example.I have an asset table that has an AssetID column and MAC address.  The
 MAC address stored in this table is the one used to send the
 information (via remoting).
 I have a MAC table that has a unique MAC for each record, and an asset
 ID associated to each MAC.
 Any asset ID could have any number of MAC addresses.
 I have an information table that holds other information sent via the
 remoting.
 This table has an ID column and an AssetID column.
 
 I want to find out what issues will arrise when a particular asset
 changes, adds, or removes a NIC, therefor altering the MAC information.
 [Back to original message] |