Hi,
I recently detached and subsequently reattached a database, and now
I've had to go back to each table and re-establish the primary keys,
as well as the identity="yes" where needed. I am currently getting
the following error message, although this table's identity_insert is
set to ON ("yes").
I'm currently re-checking all other tables to see if they would
perhaps impact this.
Would there be anything else I could do at this point? (error msg
below:)
-------------------------
Microsoft OLE DB Provider for SQL Server error '80040e14'
Cannot insert explicit value for identity column in table
'AMS_Courses' when IDENTITY_INSERT is set to OFF.
-------------------------
Thanks for your help in this,
Louis
I recently detached and subsequently reattached a database, and now
I've had to go back to each table and re-establish the primary keys,
as well as the identity="yes" where needed. I am currently getting
the following error message, although this table's identity_insert is
set to ON ("yes").
I'm currently re-checking all other tables to see if they would
perhaps impact this.
Would there be anything else I could do at this point? (error msg
below:)
-------------------------
Microsoft OLE DB Provider for SQL Server error '80040e14'
Cannot insert explicit value for identity column in table
'AMS_Courses' when IDENTITY_INSERT is set to OFF.
-------------------------
Thanks for your help in this,
Louis
Comment