• Hi,

    It should work...

    Run the below statement and then insert values..

    SET IDENTITY_INSERT IdentityProducts OFF

    insert into IdentityProducts(productname,categoryid,unitprice)

    values

    ('shad',1,100)