How can I RESTORE a database through SQL Server Management Studio by connecting "remotely" to it.
If I know the "IP address" of the target machine what else do I need to know?
If the port number is a requirement, how can i find it?
|
How can I If I know the "IP address" of the target machine what else do I need to know? If the port number is a requirement, how can i find it? |
|||||||||
|
|
This article details several ways to determine the port number SQL is running on
Then you should be able to use IPAddress,Port to connect. Or you can create a client side Alias using CliConfg on the client that allows you to connect to an alias. |
|||
|
|