Hi,
I am trying out SQL 2014 Hekaton with Create table statement having Composite Primary key ( 2 columns).
I want to include something like
[Name, Number ] PRIMARY KEY NONCLUSTERED HASH WITH (BUCKET_COUNT = 1024)
in the create table statement. Is this possible ?