• Ed Wagner (12/7/2016)

    Oh, and I would create a clustered index on that table. If it were me, I'd use an IDENTITY column.

    I hope this helps.

    Thank you, Ed. Can you advise why would you use clustered index in this case, please? The majority of the data is loaded in big bulks automatically and not processed manually.