Witam,

gdy kombinowałem z ustawieniami żeby zdalne kompy mogły łączyć się z bazą danych ustawiłem TCP/IP na Enabled.
Oczywiście po tym zrestartowałem serwer i niestety serwis już się nie chciał uruchomić pokazując taki błąd:

The request failed or the service did not respond in timely fashion. Consult the event log or other applicable error logs for details

Kiedy wyłączymy TCP/IP usługa bazy danych rusza bezproblemowo... ale klienci nie mogą się podłączyć.

a oto logi:

2011-10-12 2356.02 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2011-10-12 2356.02 Server Detected 8 CPUs. This is an informational message; no user action is required.
2011-10-12 2356.26 Server 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.
2011-10-12 2356.28 Server Database mirroring has been enabled on this instance of SQL Server.
2011-10-12 2356.28 spid5s Starting up database 'master'.
2011-10-12 2356.36 spid5s Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2011-10-12 2356.49 spid5s SQL Trace ID 1 was started by login "sa".
2011-10-12 2356.51 spid5s Starting up database 'mssqlsystemresource'.
2011-10-12 2356.53 spid5s The resource database build version is 9.00.4035. This is an informational message only. No user action is required.
2011-10-12 2356.96 spid8s Starting up database 'model'.
2011-10-12 2356.96 spid5s Server name is 'KOMP\BKUPEXEC'. This is an informational message only. No user action is required.
2011-10-12 2356.96 spid5s Starting up database 'msdb'.
2011-10-12 2356.96 Server Error: 17182, Severity: 16, State: 1.
2011-10-12 2356.96 Server TDSSNIClient initialization failed with error 0xd, status code 0x10.
2011-10-12 2356.96 Server Error: 17182, Severity: 16, State: 1.
2011-10-12 2356.96 Server TDSSNIClient initialization failed with error 0xd, status code 0x1.
2011-10-12 2356.97 Server Error: 17826, Severity: 18, State: 3.
2011-10-12 2356.97 Server 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.
2011-10-12 2356.97 Server Error: 17120, Severity: 16, State: 1.
2011-10-12 2356.97 Server SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.

Proszę o pomoc. BTW jak powinien wyglądać ConnectionString do programów w .NECie, który łączy się z serwerem po IP?