Hi,
I have an SQL Server cluster working.
the users and applications use the cluster IP to access SQL, good.
I have also a management network card for the admins, mainly used for RDP connections on the nodes.
I want to make SQL Server to listen on these management cards. Without creating a cluster IP for these cards.
and does SQL can also listen for localhost access? (shared memory connection protocol)
Thanks.