MS SQL Server: Binary datatype for Primary Keys Vs Int?
Are there performance (or other) issues using the Binary datatype for
Primary Keys. The database has a are a large number of large tables that
are regularly joined using these keys. The indexes are clustered. I
believe that these can't be automatically incremented (as an Identity
field).
No comments:
Post a Comment