Hi All
I am wanting some advice on database design within a P2P environment.
It is advise that GUID are used when designing tables within a P2P solution so that all IDs that are generated are unique across the databases. Is this true?
Also, if GUID are used, what is the "Best Practices" for the PK/Clustered index given that it is not advised to use a GUID.
Thanks in advance
JL