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 8526953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:25:05+00:00 2026-06-11T08:25:05+00:00

My code times out on the ExecuteNonQuery line below. I don’t know why. I’ve

  • 0

My code times out on the ExecuteNonQuery line below. I don’t know why. I’ve increased the timeout to 900 and it still times out.

using (var conn = new SqlConnection(localConnection))

        {
            var command = String.Format(@"UPDATE dbo.Documents SET DocFile = {0} WHERE ID = '{1}'", @"BulkColumn from Openrowset(Bulk 'C:\Work\Document.docx', Single_Blob) AS DocFile", projID);
            using (var sqlWrite = new SqlCommand(command, conn))
            {
                conn.Open();
                sqlWrite.Parameters.Add("@File", SqlDbType.VarBinary, file.Length).Value = file;
                sqlWrite.ExecuteNonQuery();
            }
        }
  • 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-06-11T08:25:06+00:00Added an answer on June 11, 2026 at 8:25 am

    Since this is a bulk activity, which I imagine is updating many many rows, it’s probably legitimately taking that long. Try setting the timeout to 0 for “No timeout” and see if it will complete.

    • SqlConnection.ConnectionTimeout
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using VS 2010 and ASP.NET 4. The following code when executed times out and
The following code does not time out in Ruby 1.9.3p194 (2012-04-20) [i386-mingw32]: require 'timeout'
I am getting time out from using JsonpRequestBuilder. The entry point code goes like
After checking out code for the first time from a repository into Eclipse using
Is there a way of calling a method/lines of code multiple times not using
UPDATE: I have determined that the SQLClient code times out on the first call,
My application times out while trying to connect to host. The timeout time is
Simple answer: The jQuery library my code base was using was out of date.
Having a hard time figuring out why this alert code is being called once
I spent a lot of time figuring out the function in the code level

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.