Top "Identity-insert" questions

`IDENTITY_INSERT` is a Sql Server database option which permits values for an identity column on a table to be explicitly specified during an Insert operation.

Which command would replace IDENTITY INSERT ON/OFF from SQLServer in Oracle?

I have to migrate this query (simplified here) from T-SQL to ORACLE SET IDENTITY_INSERT table ON INSERT INTO table (…

oracle tsql migration sequence identity-insert
Sql Server Ce 3.5 Identity insert

got an issue with identity columns in Sql Server CE when using Server explorer, in VS2008, executing the following script …

c# sql-server compact-framework identity-insert
Entitiy insert data."The property 'ID' is part of the object's key information and cannot be modified" error

current is new instance of myclass and context.classRepo.bringcontentwithid(userid) return an instance of it. I assign this value …

asp.net-mvc entity-framework-5 identity-insert
SQL Server Generate Scripts with Identity Insert

When generating database scripts, I'm scripting data to be migrated to a different environment. Is there a setting in the …

sql-server-2008 identity-insert generate-scripts