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

  • SEARCH
  • Home
  • 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 9275011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:29:18+00:00 2026-06-18T16:29:18+00:00

I have one query with 21072 individual update statements in SSMS. I am using

  • 0

I have one query with 21072 individual update statements in SSMS. I am using sql express r2 sp2. I am updating only one varchar(255) text field with short strings < 100 chars. I only get partway (3344 executions) through the statements before I get the error.

“There is insufficient system memory in resource pool ‘internal’ to run this query”

I have 16GB physical memory on Win7-64 Ultimate. This should be a trivial operation with no errors.

This seems like a bug in the software or I have a default memory setting in Sql express that must be changed.

I apologize for errors in advance and thank you for answering.

Product details:

Microsoft SQL Server 2008 R2 (SP2) – 10.50.4000.0 (X64) Jun 28 2012 08:36:30 Copyright (c) Microsoft Corporation Express Edition with Advanced Services (64-bit) on Windows NT 6.1 (Build 7601: Service Pack 1)

  • 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-18T16:29:20+00:00Added an answer on June 18, 2026 at 4:29 pm

    SQL Server 2008 R2 Express is limited to 1 CPU and 1GB of RAM.

    Without more specific details it is hard to help you further. Suggest you post your actual TSQL.

    Update: you are saying that you have 21072 individual update statements, run as a single batch. Try putting some GO ‘s in there… e.g.

    UPDATE Item SET ItemName = 'Abalone' WHERE ItemID = 3; 
    GO
    UPDATE Item SET ItemName = 'Absidia capillata' WHERE ItemID = 4; 
    GO
    UPDATE Item SET ItemName = 'Acacia' WHERE ItemID = 5; 
    GO
    etc..
    

    That assumes you are not trying to run as a single transaction, of course. (Which you don’t appear to be)

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

Sidebar

Related Questions

I have one demo application to check select for update query public class Test
I have a query that updates one record, and only one record. Is there
I have one query that is I am using eclipse and I have imported
I have one query in SQL Server output, Suppose i have one table (Ex.StudentMaster)
Is is possible to have one query update multiple columns with different where clauses
Is is possible to have one query update multiple columns with different where clauses
I am looking at using ActionbarSherlock but have one query that's holding me back.
i have one sql query as - SELECT name_1, dpid_clid, city FROM dts_master_dividend WHERE
I have one query I am using following query to select record from MySQL
I have one query. Through while loop I am displaying three random songs from

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.