sql server - There is insufficient system memory in resource pool 'internal' to run this query -
i facing titled error. searched issue on google found manmy people facing same issue non of them matches scenario.
i have simple query there 100,000 of conditions. query looks like.
select text,lang,plantcode drop_value fieldname='profit_ctr' , plantcode in ('953306843','469940529','293294653',......100,000 conditions)
i using eclipse juno , (on same local machine) sql server 2008 r2 enterprise edition.
windows 7 professional
8 gb ram
i3 processor.
3gb memory allocated jvm.
please suggest me possible causes.
if can, move conditions table structure , join it.
Comments
Post a Comment