I’m trying to move a table into SQL Azure using SSIS. I have an ADO.NET source and destination, but when I run it it always fails with an error relating to IDENTITY INSERT being off. From other posts it mentioned i should remove the check from the box “Use Bulk Insert when possible”. I have and still receive the same error. Any ideas on how to move over IDENTITY columns into SQL Azure?
Thanks
by the message, the destination has an identity field, so you have two oprtions:
“keep identity” check box on your destination component
records.