I have several tables whose only unique data is a uniqueidentifier (a Guid) column. Because guids are non-sequential (and they\'re client-side generated so I can\'t use news
I too have always heard having an auto-incrementing int is good for performance even if you don't actually use it.