Hello, newbie here, sorry if I violate any protocols, I am trying to figure out how to use linked tables to store multiple records in an MS SQL database and need some guidance...
I have serialized objects which will have several hundred test data points associated with each. I wanted to store top level info on the main table such as model number, date tested etc., and then link a table by serial number that will contain the 401 data points for that DUT. Are linked tables a good way of doing this?
Thanks in advance for any help,
Jim