Reputation: 1195
I'm trying to find a good guide for how to make a connection to the remote SQL server (it's 2012 epxress). After some investigation on the interwebs , i couldn't find a decent guide to help me trough this proces.
My setup is like this
On Server
On Client
So my question is , does anyone have a decent guide for me to follow how to connect to a remote server located on my windows 2008 server
Upvotes: 2
Views: 9263
Reputation: 520
You can try this link for SQL Server 2008 but it should work for 2012.
Also, here is a Q & A that might give you everything you need:
Upvotes: 1
Reputation: 287
Here you can find some ways to do that: Creating Connections to SQL Server
Upvotes: 0