Dear Programmer,
why this command is not execute on sql server 2008r2
ALTER TABLE MCL_newId
ADD CONSTRAINT pk_MCL_UserName NVARCHAR PRIMARY KEY (MCL_UserName)
give this error message-
Incorrect syntax near 'NVARCHAR'.. Error 102. SQLSTATE 42000. Severity 15. MsgState 1. Line 2.
What will be right command?