Possible Duplicate:
GUID vs INT IDENTITY
Every now and then I see a system using GUIDs and I ask myself how much this will impact the performance. I once worked on a system that used GUIDs everywhere, it was written by a 'senior developer' and he always said that it was the best option etc. I ran multiple test to check the performance of GUIDs vs auto increment, auto increment won by seconds per query...
I was wondering in what situations I should use GUIDs instead of multiple primary keys/auto increment.