SQL Server無法生成FRunCM線程的解決方法
SQL Server 無法生成 FRunCM 線程。數(shù)據(jù)庫錯誤日志如下:
2013-09-26 21:21:50.31 Server Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86)
Oct 14 2005 00:33:37
Copyright (c) 1988-2005 Microsoft Corporation
Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
2013-09-26 21:21:50.31 Server (c) 2005 Microsoft Corporation.
2013-09-26 21:21:50.31 Server All rights reserved.
2013-09-26 21:21:50.31 Server Server process ID is 2680.
2013-09-26 21:21:50.31 Server Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
2013-09-26 21:21:50.31 Server This instance of SQL Server last reported using a process ID of 2884 at 2013-9-26 21:20:51 (local) 2013-9-26 13:20:51 (UTC). This is an informational message only; no user action is required.
2013-09-26 21:21:50.31 Server Registry startup parameters:
2013-09-26 21:21:50.31 Server -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
2013-09-26 21:21:50.31 Server -e C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
2013-09-26 21:21:50.31 Server -l C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
2013-09-26 21:21:50.32 服務(wù)器 SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2013-09-26 21:21:50.32 服務(wù)器 Detected 2 CPUs. This is an informational message; no user action is required.
2013-09-26 21:21:50.37 服務(wù)器 Set AWE Enabled to 1 in the configuration parameters to allow use of more memory.
2013-09-26 21:21:50.49 服務(wù)器 Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
2013-09-26 21:21:50.53 服務(wù)器 Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
2013-09-26 21:21:52.54 服務(wù)器 Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
2013-09-26 21:21:52.54 服務(wù)器 Database Mirroring Transport is disabled in the endpoint configuration.
2013-09-26 21:21:52.54 spid5s Starting up database 'master'.
2013-09-26 21:21:52.68 spid5s Starting up database 'mssqlsystemresource'.
2013-09-26 21:21:52.81 spid5s Server name is 'SHGS1653'. This is an informational message only. No user action is required.
2013-09-26 21:21:52.82 spid8s Starting up database 'model'.
2013-09-26 21:21:52.93 spid8s Clearing tempdb database.
2013-09-26 21:21:53.10 服務(wù)器 A self-generated certificate was successfully loaded for encryption.
2013-09-26 21:21:53.10 服務(wù)器 錯誤: 17182,嚴(yán)重性: 16,狀態(tài): 1。
2013-09-26 21:21:53.10 服務(wù)器 TDSSNIClient initialization failed with error 0x7e, status code 0x60.
2013-09-26 21:21:53.10 服務(wù)器 錯誤: 17182,嚴(yán)重性: 16,狀態(tài): 1。
2013-09-26 21:21:53.10 服務(wù)器 TDSSNIClient initialization failed with error 0x7e, status code 0x1.
2013-09-26 21:21:53.10 服務(wù)器 錯誤: 17826,嚴(yán)重性: 18,狀態(tài): 3。
2013-09-26 21:21:53.10 服務(wù)器 Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
2013-09-26 21:21:53.10 服務(wù)器 錯誤: 17120,嚴(yán)重性: 16,狀態(tài): 1。
2013-09-26 21:21:53.10 服務(wù)器 SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
解決辦法:
分析下來是由于某些特殊的改動導(dǎo)致了SQL SERVER2005數(shù)據(jù)庫網(wǎng)絡(luò)協(xié)議中VIA協(xié)議的啟用,講該協(xié)議關(guān)閉即可。
Sql Server Configuration Manager-------Sql Server 2005網(wǎng)絡(luò)配置------MSSQLSERVER的協(xié)議,講VIA協(xié)議禁用即可。
相關(guān)文章
解決sql server保存對象字符串轉(zhuǎn)換成uniqueidentifier失敗的問題
這篇文章主要介紹了解決sql server保存對象字符串轉(zhuǎn)換成uniqueidentifier失敗的問題,具有很好的參考價值,希望對大家有所幫助。一起跟隨小編過來看看吧2020-10-10SQLServer 獲得用戶最新或前n條訂單的幾種SQL語句小結(jié)
場景:有一張用戶表,一個訂單表,要求獲得一個用戶對應(yīng)的最新的一條訂單信息。2011-08-08sql where 1=1的優(yōu)缺點(diǎn)分析
where 1=1; 這個條件始終為True,在不定數(shù)量查詢條件情況下,1=1可以很方便的規(guī)范語句2013-04-04行轉(zhuǎn)列之SQL SERVER PIVOT與用法詳解
這篇文章主要給大家介紹了關(guān)于行轉(zhuǎn)列之SQL SERVER PIVOT與用法的相關(guān)資料,文中通過示例代碼介紹的非常詳細(xì),對大家學(xué)習(xí)或者使用SQL SERVER具有一定的參考學(xué)習(xí)價值,需要的朋友們下面來一起學(xué)習(xí)學(xué)習(xí)吧2019-09-09sqlserver中在指定數(shù)據(jù)庫的所有表的所有列中搜索給定的值
最近因ERP項目,我們需要知道前臺數(shù)據(jù)導(dǎo)入功能Application操作的導(dǎo)入字段都寫入到了后臺數(shù)據(jù)庫哪些表的哪些列2011-09-09SQLserver刪除某數(shù)據(jù)庫中所有表實現(xiàn)思路
方便刪除數(shù)據(jù)庫中所有的數(shù)據(jù)表,清空數(shù)據(jù)庫,有些有約束,不能直接delete,因為那樣太危險了所以需要先刪除庫中的約束,接下來提供詳細(xì)實現(xiàn)代碼,感興趣的你可以參考下哦,或許對你學(xué)習(xí)有所幫助2013-02-02