Hi @hamb
I am not able to insert tableA Primary key (GUID) values into tableB (tableA_Parent) column.
Are there any error messages? Please post them.
How about set the default of a PK column to be NEWSEQUENTIALID(), like this: [P_ID] UNIQUEIDENTIFIER DEFAULT NEWSEQUENTIALID() PRIMARY KEY,
Best regards,
LiHong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.