Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 345495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:05:21+00:00 2026-05-12T11:05:21+00:00

I am trying to do record inserts on a table where the Primary Key

  • 0

I am trying to do record inserts on a table where the Primary Key is an Identity field.

I have tried calling
mycontext.ExecuteCommand("SET identity_insert myTable ON")
but this doesn’t do any good.

I get an error saying IDENTITY_INSERT is OFF when I submit changes.

How can I turn it ON from the C# code before I submit changes?

EDIT

I have read that this is because ExecuteCommand’s code gets executed in a different session.

EDIT 2

Is there any way I can execute some DDL to remove the Identity Specification from my C# code, do the inserts, and then turn Identity Specification back on?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:05:21+00:00Added an answer on May 12, 2026 at 11:05 am

    You need to do all the steps in a single T-SQL code block – which is going to be really hard if not impossible if you want to turn it on, then execute your LINQ-to-SQL query, and then turn it back off 🙁

    The only real solution I see is to package up the entire SQL into a SQL statement and execute that:

    SET IDENTITY_INSERT MyTable ON
    
    (do your update here)
    
    SET IDENTITY_INSERT MyTable OFF
    

    and execute that as a single code block using .ExecuteContext()

    Marc

    PS: for your EDIT#2 : no, unfortunately, there’s no (easy) way to remove the identity from a column, and turn it back on. Basicall you’d have to create a new column without the IDENTITY, copy the values over, drop the IDENTITY column and then do the same backwards when you’re done – sorry! 🙁

    PS #2: this really begs the question: what on earth to do need to do an “identity insert” for? On a regular basis, from an app? Granted – you might run into this need once in a while, but I’d always do this separately, in SQL Mgmt Studio – certainly not in my app….. (just curious what your use case / motivation is).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 300k
  • Answers 300k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The foreign key relationship doesn't really matter, horizontal partitioning is… May 13, 2026 at 7:54 pm
  • Editorial Team
    Editorial Team added an answer If I understand correct, this should get what you requested.… May 13, 2026 at 7:54 pm
  • Editorial Team
    Editorial Team added an answer display: list-item; not block. May 13, 2026 at 7:54 pm

Related Questions

Here is the problem I am trying to solve. I have a table where
I am trying to get the latest record inserted in a SQL table based
I am trying to take one step towards optimizing a 90GB+ table: Old Table
I am trying to create an ANI lookup table from 2 separate tables, one

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.