Hi
I'm converting a foxpro database to SQL Server and some of the keys are VFP-generated unique identifiers - GUIDs I assume. Are these valid uniqueidentifiers?
Can I just use the bytes and convert them easily into a uniqueidentifier in SQL Server?
Thanks,
Craig