When migrating a PowerShell Universal SQLite database to SQL Server using psu.exe db migrate, the process fails during “Moving computers” with a SQL error: Cannot insert explicit value for identity ...
If a table has an IDENTITY column then it always sets "IDENTITY_INSERT" to ON, expecting a value to be provided. However, often the table in another DBMS won't have the identity column and will not ...
Hopefully an easy question. -- View image here: http://episteme.arstechnica.com/groupee_common/emoticons/icon_smile.gif --<br><br>I have two tables:<br><br>Table1<br ...