I am trying to move a table in SQL Azure using SSIS. I have the source and destination of ADO.NET, but when I run it, it always fails when there is an error related to disabling IDENTITY INSERT. From the other posts mentioned, I have to remove the check from the "Use bulk insert whenever possible" window. I have and still get the same error. Any ideas on how to move IDENTITY columns in SQL Azure?
thank
source
share