Hello everyone.
I'm trying to find out the best way to install a new named instance of a SQL2008R2 server in clustered environment.
The current windows cluster is a 2 node cluster and contains the DTC and 2 Named SQL Server instance:
- MSSQLSERVER(Default) Network name: Clust1
- Example1 Network name: Clust2
I need another instance but i want to reach it through the MSSQLSERVER's SQL Network Name.
In the end I need to be able to connect to the default instance with Clust1 and the new instance with Clust1\New.
Is it even possible to install SQL server not as a cluster service, more like inside a service as a new Resource?