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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:23:30+00:00 2026-05-11T03:23:30+00:00

Ok so I realize that this is a pretty vague question, but bear with

  • 0

Ok so I realize that this is a pretty vague question, but bear with me.

I have experienced this problem on numerous occasions with different and unrelated queries. The query below takes many minutes to execute:

SELECT <Fields> FROM <Multiple Tables Joined>     LEFT JOIN (SELECT <Fields> FROM <Multiple Tables Joined> ) ON <Condition> 

However, by just adding the join hint it query the executes in just seconds:

SELECT <Fields> FROM <Multiple Tables Joined>     LEFT HASH JOIN (SELECT <Fields> FROM <Multiple Tables Joined> ) ON <Condition> 

The strange thing is the type of JOIN specified in the hint is not really what improves the performance. It appears to be because the hint causes the optimizer to execute the sub query in isolation and then join. I see the same performance improvement if I create a table-valued function (not an inline one) for the sub-query. e.g.

SELECT <Fields> FROM <Multiple Tables Joined>     LEFT JOIN dbo.MySubQueryFunction() ON <Condition> 

Anybody have any ideas why the optimizer is so dumb in this case?

  • 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. 2026-05-11T03:23:30+00:00Added an answer on May 11, 2026 at 3:23 am

    If any of those tables are table variables, the optimizer uses a bad estimate of 0 rows and usually chooses nested loop as the join technique.

    It does this due to a lack of statistics on the tables involved.

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

Sidebar

Related Questions

I realize that this question has been asked 100times but none that I have
I realize that this question is impossible to answer absolutely, but I'm only after
While I realize that this question has been asked once or twice ago but
I asked this question in the restkit google group, but realize now that it
I realize that this question is pretty well discussed, however I would like to
I realize that this question is pretty much the exact question found here .
I do realize that this question seems very well known, but since I don't
I realize that this would be COMPLETELY bad practice in normal situations, but this
I realize that the query this question is looking for won't be enough to
I realize that the answer to this question is likely quite obvious (if somewhat

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.