BoulderBum
Programmer
If I have a field in one table that is a uniqueidentifier, how do I set up the field in a second table to have a one-to-many relationship to that uniqueidentifier?
Also, I have a small number of records, is there a better way to handle unique identification that would be automatic? The uniqueindentifier is 16 bytes large from what I understand, and an auto-incremented short would do, I just don't know how to set that up with SQL Server.
Also, I have a small number of records, is there a better way to handle unique identification that would be automatic? The uniqueindentifier is 16 bytes large from what I understand, and an auto-incremented short would do, I just don't know how to set that up with SQL Server.