Search code examples
sql-serverguidfoxprovisual-foxpro

Is a VFP uniqueidentifier the same as a Guid?


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


Solution

  • yes it is the same