I am trying to connect to a SQL Server Database on a remote server and I get an error on the connection string.
The information I have is the IP Address, the username and password, and the initial catalogue. The error I get is: Specified SQL Server not found. (so, essentially, it cannot locate the SQL Server with the IP address) I am doing this from my PC and I don't even know where the machine with the database is located.
What information do I need to know to get connected to the SQL server rather than the IP Address? i.e. how do I find out the name to reference the server correctly?
Many thanks,
-Chopper
The information I have is the IP Address, the username and password, and the initial catalogue. The error I get is: Specified SQL Server not found. (so, essentially, it cannot locate the SQL Server with the IP address) I am doing this from my PC and I don't even know where the machine with the database is located.
What information do I need to know to get connected to the SQL server rather than the IP Address? i.e. how do I find out the name to reference the server correctly?
Many thanks,
-Chopper