I have recently had an issue with my SQL Server 2004 which is part of SBS 2003. We had a loss of connection to the database. Upon restarting the TCP/IP Settings within SQL cause the following errors:
* Event Time: 10/6/2008 10:05:10 AM
* MSSQLSERVER Error Event
* Event ID: 17182
* TDSSNIClient initialization failed with error 0x2740, status code 0xa.
* Event Time: 10/6/2008 10:05:10 AM
* MSSQLSERVER Error Event
* Event ID: 17182
* TDSSNIClient initialization failed with error 0x2740, status code 0x1.
* Event Time: 10/6/2008 10:05:10 AM
* MSSQLSERVER Error Event
* Event ID: 17826
* Could not start the network library becasue of an internal error in the network library.
To determine the cause, review the errors immediately proceding this one in the error log.
* Event Time: 10/6/2008 10:05:10 AM
* MSSQLSERVER Error Event
* Event ID: 17120
* SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
This happens every time we enable TCP/IP within SQL Config Manager. And SQL fails to start.
Anyone have a solution?