>>When a server SQL Service fails over to a different node in a cluster, does the TempDB get re-initialized (Cleared and set to its original configured size?)
Yes, tempdb will get initialized with the default configured size as the failover will restart the sql services. it will stop the sql in current running node and failover and start the sql on another node.





by: CGLuttrellPosted on 2009-11-07 at 13:28:56ID: 25768141
The tempDB will get re-initialized to its original size when the SQL Server Service is restarted. If that is part of the fail-over or you do that after the fact then it will be re-initalized.