Erik
Member since Dec 11, 2008
- Profile: /members/1467-erik.htm
- URL: http://www.gmail.com
- Comments: 1
Recent Blog Comments By Erik
-
Internal Query Processor Error: The Query Processor Ran Out Of Stack Space During Query Optimization
Posted on Jun 20, 2008 at 12:03 PM
We received this error due to a bug that kept on appending items to a list that we used in an IN clause of a SQL Statement. It blew up since the IN statement had 35,000 arguments. Creating a temp table per the MS article is probably the best solution since you can throw a clustered index on the col... read more »