We have a 2-node SQL Server 2008 RS cluster. The data and log partitions are shared among the cluster nodes. Does the tempDB partition need to be shared as well, or will local server node storage suffice?
We have a 2-node SQL Server 2008 RS cluster. The data and log partitions are shared among the cluster nodes. Does the tempDB partition need to be shared as well, or will local server node storage suffice?
All data & log files should be place on shared storage for a failover cluster. SQL Server 2012 will support tempdb on local storage, but not SQL Server 2008.
Hardware and Software Requirements for Installing SQL Server 2012, see the section: Storage Types for Data Files