• They were not errors really, just intermittent connections issues with getting to 1 server of the 2 load balanced web servers.

    I can't RDP into those servers, so I cannot see specific errors.

    But the thinking of the SA, at the time, was that since the cluster resources were split between 2 nodes, that was causing the problem. So, she failed over DTC and that made SQL services restart.

    Why would SQL Server restart when DTC is failed over, especially when DTC isn't even used according to transaction statistics in the Clustered DTCs folder under Component Services?

    Both web servers are on the same timezone. Same with my SQL Servers

    I suspect the problem was that one node of the load balanced web servers had the wrong time, off by something like 6 hours, from the 2nd server, where connections were still happening. This would cause intermittent connection problems to the actual application.

    Is there any truth to that?