orm
orm copied to clipboard
[MSSQL] Cannot insert explicit value for autoincrement column when IDENTITY_INSERT is set to OFF
In this case before inserting entity in the table we should exec 'SET IDENTITY_INSERT table ON' (without ;)