I have an SQL Server target table with Identity On. I'm trying to load that table and I get the error message of: "Cannot insert explicit value for identity column". I don't have anything mapped to the KEY column. I'm not sure why I'm getting this error. I have a data flow that has a source that's SQL Server. I have a query transform and a table comparison transform. Then a target. This is a very simple mapping. My query transform does not have the KEY field in it. Is there something I'm missing? Any help or information would be appreciated.
Thanks,
Brad