question

lelias avatar image
lelias asked

How do I connect remotely to a SQL Server Cluster

Using SQL Server 2012 Cluster.
sql serverclusteralways-onremote access
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Grant Fritchey avatar image Grant Fritchey ♦♦ commented ·
This web site runs off of votes. Can you please indicate all helpful answers below by clicking on the thumbs up next to those answers. If any one answer lead to a solution, please indicate that by clicking on the check mark next to that one answer.
0 Likes 0 ·
Tom Staab avatar image
Tom Staab answered
By "connect remotely" I'm not sure if you mean SQL Server access from a different machine or remote desktop to the host, but I'll address the former. If you are using SQL Server 2012 AlwaysOn Availability Group, you can connect directly to a given SQL instance or connect to the current primary through the listener name or address and port.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Bandit121 avatar image
Bandit121 answered
You should be able to 1. Open SQL Server Management Studio 2. Select the SQL Server (Cluster) Name from the [Server name:] drop down 3. If Cluster is not in the list, you can either type it in or browse for it 4. Choose Authentication type (Windows Authentication or SQL Server Authentication) 5. Enter your credentials (if SQL Server Authentication is selected) 6. and click connect
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.