I had some networking issues on my Windows server, and find out (by using NETSTAT) that I have more than 90,000 (!) connections in TIME_WAIT which didn't closed.
I've changed the TcpTimedWaitDelay param in registry, but apparently a server restart is needed. Because it's a single production DB server, I can't afford it at the moment.
Is there any way killing a TIME_WAIT connection? Any other suggestions?
Thanks! Roei