What datatype should be used for the Id primary key columns using a hilo generator and sql server?

Posted by Michael Hedgpeth on Stack Overflow See other posts from Stack Overflow or by Michael Hedgpeth
Published on 2010-03-10T17:47:15Z Indexed on 2010/03/14 23:59 UTC
Read the original article Hit count: 285

Filed under:
|
|

If I am using a hilo generator with nhibernate, what should the datatype for my id column be? int or bigint?

© Stack Overflow or respective owner

Related posts about hilo

Related posts about nhibernate