问题描述
intial我可以创建它正常工作的程序集。我在sql server中使用odbc创建了一个链接服务器。
再次创建程序集system.web我收到错误。
错误: -
资源池'default'中没有足够的系统内存来运行此查询。
i在驱动器中有3GB的空间。但它仍然给我错误。
i使用此命令清除sql server的缓存.still错误即将来临。
DBCC FREESYSTEMCACHE('ALL')
DBCC FREESESSIONCACHE
DBCC FREEPROCCACHE
DBCC DROPCLEANBUFFERS
i尝试在服务器属性的处理器选项卡中增加最大工作线程。即将发生错误
i尝试增加服务器属性中不增加的最大服务器内存。
intial i can create the assembly it is working fine.i created a linked server using odbc in sql server.
again creating assembly system.web i am getting the error.
ERROR:-
There is insufficient system memory in resource pool 'default' to run this query.
i have 3gb of space in the drive.but still it is giving me the error.
i use this command to clear the cache of the sql server .still the error is coming.
DBCC FREESYSTEMCACHE ('ALL')
DBCC FREESESSIONCACHE
DBCC FREEPROCCACHE
DBCC DROPCLEANBUFFERS
i try to increase the maximum worker thread also in the processor tab in the server properities.still error is coming
i try to increase the maximum server memory it is not increasing in the server properties.
推荐答案
这篇关于资源池“default”中的系统内存不足,无法运行此查询。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!