How to use "set identity_insert off" along with BCP -in

  • Have you looked at bcp's -E option?

    /Kenneth

  • Hi Kenneth,

    I tried that & its found working.

    Because of this problem I got to learn about SET IDENTITY_INSERT off &

    DBCC CHECKIDENT ('table_name', RESEED, new_reseed_value) properties

    Thanks for your help.

     

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply