Open SangitapuSahithi opened 5 years ago
Hello,
I have similar problem , IDENTITY_INSERT ON and OFF works well with sqlalchemy however it is taking more time when we try to migrate a table with records more than 1 million. We tried to use turboodbc , however we are unable to migrate data with IDENTITY_INSERT ON and OFF configurations.
Our source and destination databases are MSSQL.
Thanks, Simhadri
Hi,
When Iam trying to insert the data with turbodbc connection in to a table with identity , Iam facing the error "cannot insert explicit value for identity column in table 'table_name' when IDENTITY_INSERT is set to OFF even on explicit execute of IDENTITY_INSERT ON on the table Could you please look in to it ?
Regards, Sahithi