MS SQL Server服务经常想死了一样,必须把service 重启.
前台是pb.
以前还好,可能是程序后来复杂了,用的许多procedure, 不少procedure用到的临时表, 我都是creat table #temp, 有时同事要用到三个临时表。
测试时程序都没问题,可能用户多了,会这样。看日志有如下内容:
======================================================
SQLCTR60 错误 SERVER
CollectSQLPerformanceData : NULL dbProc Encountered
MSSQLServer 错误 Server
A network error was encountered while sending results to the front end. Check the SQL Server errorlog for more information.
MSSQLServer 信息
Unable to write to ListenOn connection '\\.\pipe\sql\query', loginname 'sa', hostname ''.
OS Error : 232, 管道正在关闭中。
MSSQLServer 错误
SERVER Mesg 17426 : Run sp_configure to increase parameter value
MSSQLServer 警告
SERVER Mesg 18665 : attempt was made to free up descriptors in release_dbtable()
MSSQLServer 警告
SERVER Mesg 18664 : Warning: OPEN OBJECTS or OPEN DATABASES parameter may be too low
===============================================
请帮我看看会是什么问题。该如何解决。
Thanks.