I am trying to import from one table into another with the import/export wizard...
The source table has 17 columns , one of them an identity.
I am using a query to insert into the target table.
I exclude the id column from my query and enable identity insert but get the 'Cannot insert null into id column'.
The select on the source returns 189 rows all of which have a value for the id column...
Not sure what I am doing wrong.
Thanks