Arthur Fuller explores the value of identity columns and the usefulness of their arbitrary values and discusses ways to use SQL Server 2000's IDENTITY_INSERT setting. Despite your numerous ...
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 ...
I've got this view defined on two tables, one of which has an identity field that auto increments. There seems to be no way to insert into this view. If I leave the auto-increment field blank it barks ...
Have an application written in Cold Fusion querying a SQL Server 2000 database which, as far as standard record inserts are concerned, has never has an issue.<BR><BR ...