I can't seem to get this to work. I have an IP address for a SQL Server. I have a login and password.
How can I connect to it and work with it?
I can't seem to get this to work. I have an IP address for a SQL Server. I have a login and password.
How can I connect to it and work with it?
That is a typical scenario and if you are having trouble there is something off on the server side.
The server may not have tcp/ip exposed. You will want to talk to whomever is responsible for administering the server.
Also, make sure there are no port filters blocking 1433 on your side or server side i.e. firewalls.
Check with you hosting provider or the company you're working with and find out what port the server is running on. Once that is known you should be able to use the IP and port number to connect with Management Studio and your username/password.
In the server name field put the IP+comma+Port like so:
4.2.2.2,1433 (assuming your IP is 4.2.2.2 and the port number is 1433)