Have you run into days where you really want to do something and even though you don’t havethe necessary privileges you yet continue ? I wanted to access on sql server instance but didn’t have all the information I needed about the server, I knew the physical server and I had admin privileges on the server. For me to remotely access the machine I needed the sql IP and port details which is not that easy to find in a clustered configured server instance.
Find the Sql IP address
Go to Failover cluster manager and click on the server applications; after identifying the sql server instance , highlight it and move to the center view which can be expanded. This will have the sql server IP address
Identifying the port details
Go to Sql server --> configuration manager then read your way through the pick
Comments
Post a Comment