Error in Identity Column - IDENTITY_INSERT is ON
"An explicit value for the identity column in table 'EMPLOYEE' can only be specified when a column list is used and IDENTITY_INSERT is ON" what is this error?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
darsipudi vithalPosted Apr 1, 2011, 8:56 AM
Guest UserPosted Apr 1, 2011, 8:53 AM
INSERT INTO my_table (column1, column2, ...)
Mahesh ChandPosted Apr 1, 2011, 8:51 AM
Thanks!
Guest UserPosted Apr 1, 2011, 8:50 AM
http://msdn.microsoft.com/en-us/library/ms188059.aspx