Prev: open MDF file without MSDE
Next: SQL Server 2005 Startup error - TDSSNIClient... error 0x5... code 0x51
From: rodrado on 22 Jun 2006 22:00 I recently began getting this error when SQL Server 2000 starts up. I tried all the suggestions I could find (e.g., Q293107) but none worked. I did finally figure this out and wanted to share the solution. It turns out my winsock2 had been corrupted (by Juniper VPN software, I believe), resulting in SQL Server attempting to bind twice to the same socket. From the command line (on my windows XP SP2 machine), I ran the following: netsh winsock reset This fixed the problem! See this article on Microsoft for more info: Q811259. Hope this saves other people time. Regards, Rod |