... i just avoid GUID

Posted by Tomaz.tsql on SQL Blogcasts See other posts from SQL Blogcasts or by Tomaz.tsql
Published on Sun, 28 Nov 2010 13:36:00 GMT Indexed on 2010/12/06 16:58 UTC
Read the original article Hit count: 547

Filed under:
|
Our partner was explaining to me that they are using GUID as primary key on all the tables. My immediate reaction was - why? and couple of basic doubts were: - since I can read uniqueidentifier, it does not tell me absolutely anything - if I will use my relational table, i sure will use other columns to get the information out - SQL is terrible when setting up clustered index on GUID columns (and hence performance problems) - why not use INT? it will save you space on disk, optimizer will be able...(read more)

© SQL Blogcasts or respective owner

Related posts about guid

Related posts about execution plan