Creating Users in Sphinx

I am in the process of moving users from an ASPNetUsers system to Sphinx. The Id filed on that table is nvarchar(128) but in Sphinx int is VarChar(32). Not a problem, but just wanted to double check that it is just a GUID that's created.

In Sphinx, all ids in tables are actually VarChar(36), and indeed they are GUID values in lowercase.

sorry, I meant VarChar(36)

sorry, I meant VarChar(36). Also it turns out that that even though the field in MSSQL AspNetUsers is nvarchar(128) they values are lowercase GUIDS

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.