Failed to initialize the Common Language Runtime
今天在SQL Server 2008中执行存储过程的时候报以下错误:
Msg 6513, Level 16, State 27, Procedure usp_QueryRealTimeRoomInfo, Line 173 Failed to initialize the Common Language Runtime (CLR) v2.0.50727 due to memory pressure.
This is probably due to memory pressure in the MemToLeave region of memory. For more information, see the CLR integration documentation in SQL Server Books Online.
解决方法:
出现这个错误的应该都是32位的SQLServer,所以第一步要查看SQL Server是否32位,可以通过查看Windows进程的方式知道你安装的SQLServer是否32位
因为我们是使用32位的SQLServer,所以对内存的使用会有些限制,所以下一步在SQLServer实例的属性中设置一下
然后找到sqlserver configuration manager设置一下启动参数
经过以上的设置就可以正常使用了
参考文献:
http://blog.sql-assistance.com/index.php/failed-to-initialize-the-common-1
http://support.microsoft.com/kb/2003681
http://support.microsoft.com/default.aspx?scid=kb;EN-US;969962
作者:dotnetgeek
出处: http://www.cnblogs.com/waynechan
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
出处: http://www.cnblogs.com/waynechan
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
如果你觉得本文写得不错,请点击右下角的推荐按钮,如果觉得本文有所欠缺,请评论或联系我!
如果你是广州、深圳、东莞三地的程序员,我欢迎你加入广深莞.NET技术交流群: 185718116