views:

26

answers:

2

Hi All,

I am getting this error when i try to ran my query. "Query Processor ran out of internal resources".

A: 

Check out this link

Charles Bretana
+1  A: 

Check out one of 4 possible answers from MS KB

Or do you have a massive IN clause?

gbn
i have some 180 columns in my select statement after join and all, and when i used conditions like "where eid = 1" it is working fine. But if i used like "where eid in (1,2,3)" it is giving me the error.
Manoj