--====================================================== -- Add Primary Key to a Memory Optimized Table Template -- Use the Specify Values for Template Parameters command (Ctrl-Shift-M) to fill in the parameter values below. -- This template adds a primary key to a memory optimized table. --====================================================== USE [] GO ALTER TABLE [].[] ADD CONSTRAINT PRIMARY KEY () GO