View is not schema bound?

Viewed 64465

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

2 Answers
Related