• Yes you can insert but should be avoided by having a unique constraint or Pkey on identity column.

    Since, it doesn't make much sense, if you want to put duplicate value in identity column then why add identity option to column int. Just leave it as is.

    SQL DBA.