I have to batch load lots of records into CRM which will be linked between entities where I'm creating the parent and children records. Is there any issue with me creating the GUID's in MS SQL first in our staging data then when importing setting the GUID in CRM when the record is created? This will save so much time compared to having SSIS components running in tandem to create the parent then pass the GUID to the child to create it and so forth. I'll use newid() in MS SQL to create these.
Thanks .
*This post is locked for comments
I have the same question (0)