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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:39:52+00:00 2026-05-15T23:39:52+00:00

I am trying to execute a humongous query with close to 200 inner joins

  • 0

I am trying to execute a humongous query with close to 200 inner joins on a database. It gives me the following error

Msg 701, Level 17, State 123 Line 1

I am running the database on a Dual core 2.7 GHz machine with 2GB of RAM.
Is there any way I can get this query to execute?

  • 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-15T23:39:53+00:00Added an answer on May 15, 2026 at 11:39 pm

    200 joins is actually very common if you fall into the EAV trap. If you have one entity with 200 columns, there’s 200 joins for you!

    Of course, SQL Server has no problem with 200 joins, but quite possibly it’s miscalculating the amount of memory needed. This is especially likely for hash joins, which trade memory for better performance. So a first step would be to replace all joins with loop joins, for example inner loop join. A loop join requires very little memory.

    If that doesn’t work out, look at the execution plan. The real plan will probably not make it past a memory error, but you can see the estimated execution plan:

    SET SHOWPLAN_ALL ON
    

    From the documentation:

    When SET SHOWPLAN_ALL is ON, SQL
    Server returns execution information
    for each statement without executing
    it, and Transact-SQL statements are
    not executed

    This could give a clue about what SQL is planning to do.

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

Sidebar

Related Questions

Trying to execute a delete query and getting the following error Syntax error (missing
I am trying to execute the following query in oracle but not able to
i got this error whenever i trying execute my project which is used database
While trying to execute server.js program I am getting the following error: var app
I am trying to execute a parameter query for a Postgre database using Springs
When trying the execute the following in bash foo=foo my_array[$foo]=bar I get the error
While trying to execute the following lines only the last two statements are displayed(Here
I'm trying to execute the following code, but I'm getting SyntaxError: invalid syntax at
Trying to execute someone's code, getting a syntax error. No idea why :( def
I trying execute next FQL query SELECT uid FROM user WHERE name='Vovka' and getting

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.