Всякий раз, когда я включаю TCP / IP-соединения на моем сервере базы данных SQL Server Express 2008, работающем под Windows XP SP3, я не могу перезапустить службу, просто говорится: «Запрос не прошел или ответил вовремя». Есть предложения о том, что я мог неправильно настроить?
[обновление] Вот соответствующая часть журнала ошибок:
MSSQL$SQLEXPRESS Server failed to list on 'any' 3060. Error: 0x2747. To proceed, notify you system administrator. MSSQL$SQLEXPRESS TDSSNIClient initialization failed with error 0x2747, status code 0xa. Reason: Unable to initialize the TCP/IP listener. An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. MSSQL$SQLEXPRESS TDSSNIClient initialization failed with error 0x2747, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. MSSQL$SQLEXPRESS 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. MSSQL$SQLEXPRESS SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
Оказалось, что перезагрузки ПК было достаточно, чтобы устранить эту ошибку.