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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:24:28+00:00 2026-05-15T22:24:28+00:00

I have a select query to retrieve data from tables. It is working fine,

  • 0

I have a select query to retrieve data from tables. It is working fine, but when there’s a condition to select some 3 values, it is not giving a result. Error message;

Query processor ran out of Internal resources

I looked through INDEX seems to work fine, then I created view with that select statement, but couldn’t create an index. Error message;

View is not schema bound

  • 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-15T22:24:28+00:00Added an answer on May 15, 2026 at 10:24 pm

    In order to create an indexed view the view needs to be schema bound to the entities that it is a view over.

    To make a view schema bound, simply specify simply use WITH SCHEMABINDING in the view CREATE / UPDATE query, for example:

    CREATE VIEW MyView
    WITH SCHEMABINDING 
    AS
    -- SELECT
    

    See this link for more information on schema binding, or the MSDN page on the CREATE VIEW statement.

    However from what you have said I don’t think the indexed view will necessarily help you – the message “Query processor ran out of Internal resources” means that the query processor failed to produce an execution plan for your query, which I would guess only happens with extremely complex queries.

    You should try to reduce the complexity of your query somehow.

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

Sidebar

Related Questions

I have a working query that retrieves the data that I need, but unfortunately
I have a working mysql query that retrieves data from table1. Now I will
I have the following query that retrieve the number of users per country; SELECT
I have a SELECT query that I am expecting millions of results from. I
I have a select query which returns a list of data and I need
I have two tables users registered_members I want to confirm values from user table
I have been searching for how to retrieve binary data from the database. My
I have been trying to join 4 tables together so I can retrieve data
I need to retrieve data from these 3 tables users +----------+-----------+ | username |
I am using an inner join statement to retrieve data from both the tables

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.