Daniel
Member since Dec 9, 2010
- Profile: /members/7432-daniel.htm
- Comments: 1
Recent Blog Comments By Daniel
-
Turning Off and On Identity Column in SQL Server
Posted on Dec 9, 2010 at 1:18 PM
How do I deal with turning Identity_Insert On with ORM? All I'm doing is creating a new entity and then calling the entitySave() method, and I get the message: "Cannot insert explicit value for identity column in table when IDENTITY_INSERT is set to OFF." Maybe I could insert a cfquery a... read more »