hi
I am getting an error "Cannot insert explicit value for identity column in table 'table' when IDENTITY_INSERT is set to OFF."
The table has two primary key, one is set to auto-increment, one is set with value i passed into.
Is this possible in SQL Server 2005? or am i missing something?
Thanks alot in advance.