Can I set ignore_dup_key on for a primary key? May 20, 2023 by Tarik ALTER TABLE [TableName] REBUILD WITH (IGNORE_DUP_KEY = ON)