GUID or Varchar(36)?
While working on an application which had a foreign key GUID reference, we had to change the implementation for that field to accept a string. Then we came across the question as to whether GUIDs or a Varchar(36) field would perform better? First o...
Aug 27, 20152 min read1.6K


