We use Guid's as identifiers for at least half of our tables. For the other tables more 'natural' identifiers could be used so we could profit from a natural clustered index. We noticed that the usage of the Guids causes a lot of overhead in the database since they are not sequential.
Has anyone implemented Sequential Guids in Codefluent, or tried? Can you share your approach and/or code?