• Hehe...

    I was refering to the Identity column with primary key constraint

    Should you need this "sequencing" you can use the table and should you could care less about it use the Identity instead.

    The sequence is very good to "reserve"  client side batches of candidate keys in one go

    I am certaint that scalability is excellent if you apply all the remomendations I posted (I have !)

     


    * Noel